COLOR #264A58

HEX: #264A58
RGB: (38,74,88)

Color info

#264A58 contains red, green and blue colors in about the same proportion. Web safe color of #264A58 is #333366 (or #336).

RGB color model

#264A58 color RGB value is (38,74,88).

  • red value is 38;
  • green value is 74;
  • blue value is 88.
RGB:
(38,74,88)
(15%,29%,35%)

RGB channels and saturation

R 38 of 255 = 15%
G 74 of 255 = 29%
B 88 of 255 = 35%

38
74
88

R + G + B ~ 26%. #264A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 74 + 88 = 200 (100%)
R 38 of 200 ~ 19%
G 74 of 200 ~ 37%
B 88 of 200 ~ 44%

%19
%37
%44

CMYK color model

#264A58 color CMYK value is (57,16,0,65).

  • cyan value is 56.82%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(57,16,0,65)
C57M16Y0K65 
(57%,16%,0%,65%)
(0.57/0.16/0.00/0.65)	

CMYK percentages

%56.82
%15.91
%0
%65.49

Codes

Color #264A58 in popluar color models

264A58
RGB387488
HSL197°39.68%24.71%
HSB/HSV197°56.82%34.51%
CMYK56.82%15.91%0.00%
65.49%

Color #264A58 in popluar number systems.

HEX264A58
Decimal387488
Binary10011010010101011000
Octal46112130

Shades and tints

Shades of #264A58

#264A58
(38,74,88)
#234450
(35,68,80)
#203E48
(32,62,72)
#1D3840
(29,56,64)
#1A3238
(26,50,56)
#172C30
(23,44,48)
#142628
(20,38,40)
#112020
(17,32,32)
#0E1A18
(14,26,24)
#0B1410
(11,20,16)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #264A58

#264A58
(38,74,88)
#395A67
(57,90,103)
#4C6A76
(76,106,118)
#5F7A85
(95,122,133)
#728A94
(114,138,148)
#859AA3
(133,154,163)
#98AAB2
(152,170,178)
#ABBAC1
(171,186,193)
#BECAD0
(190,202,208)
#D1DADF
(209,218,223)
#E4EAEE
(228,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264A58 color. Also use rgb(38,74,88) instead hex code.

Text Font Color

.myTextColor { color: #264A58; }

<p style="color:#264A58">This sample text font color is #264A58.</p>

This text font color is #264A58.


Background Color

.myBgColor { background-color: #264A58; }

<div style="background-color:#264A58">Inner text</div>

This div background color is #264A58.


Border color

.myBorderColor { border: 1px solid #264A58; }

<div style="border:3px solid #264A58">Div</div>

This div border color is #264A58.


Opacity

.myOpacity80 { color: #264A58; opacity: 0.8; }

<p style="color:#264A58;opacity:0.8;">80%</p>

Text with #264A58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #264A58;}

<p style="text-shadow: 3px 3px 1px #264A58">Text here.</p>

This text has shadow with #264A58 color.

.textShadow {text-shadow: 3px 3px 1px #264A58, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #264A58, 5px 5px 20px red">Text here.</p>

This text has shadow with #264A58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#264A58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#264A58, Direction=45, Strength=4)">Text</p>

This text has shadow with #264A58 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #264A58;
  -webkit-box-shadow:	1px 1px 3px 2px #264A58;
  box-shadow:		1px 1px 3px 2px #264A58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #264A58;
-webkit-box-shadow: 1px 1px 3px 2px #264A58;
box-shadow:1px 1px 3px 2px #264A58;">
Div content here</div>
This div box has shadow with color #264A58.

Preview

Color preview on black background

This text has color #264A58 on black background.


Color preview on white background

This text has color #264A58 on white background.



Black color preview on #264A58 background

This text has black color on #264A58 background.


White color preview on #264A58 background

This text has white color on #264A58 background.