Html Css Color HEX #2E5669 Chathams Blue

📋 copy color: '#2E5669'

red 46 ◦ green 86 ◦ blue 105

#2E5669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #2E5669

Tints of Chathams Blue #2E5669

RGB

 RED value IS 46 (18.36% from 255) = 19.41%

 GREEN value IS 86 (33.98% from 255) = 36.29%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 19.41%
G = 36.29%
B = 44.3%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2E5669 (or 0x2E5669) is known color: Chathams Blue. HEX triplet: 2E, 56 and 69. RGB value is (46,86,105). Sum of RGB (Red+Green+Blue) = 46+86+105=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E5669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5669 is #D1A996. Grayscale: #4C4C4C. Windows color (decimal): -13740439 or 6903342. OLE color: 6903342.

HSL color Cylindrical-coordinate representation of color #2E5669: hue angle of 199.32º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E5669 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 86 105 -
CMYK 0.56 0.18 0 0.59
HSL 199.32º 0.39% 0.3% -
HSV(B) 199.32º 0.56% 0.41% -
XYZ 7 8.26 14.59 -
YUV 76.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 46 86 105 0.56 0.18 0 0.59 199.32 0.39 0.3
Hex 2E 56 69 38 12 0 3B C7 27 1E
Octal 56 126 151 70 22 0 73 307 47 36
Binary 101110 1010110 1101001 111000 10010 0 111011 11000111 100111 11110

Color Harmonies of #2E5669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5669

Black with #2E5669

Text Example


Text Example

White with #2E5669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E5669; }

 p { color: rgb(46,86,105); }

 H1.HeaderClassName
 {
   color: #2E5669;
 }
 .AnyTagClassName
 {
   color: #2E5669;
 }
</style>

background-color css

<style>
 a { background-color: #2E5669; }

 a { background-color: rgb(46,86,105); }

 div.DivClassName
 {
   background-color: #2E5669;
 }
 .BgClassName
 {
   background-color: #2E5669;
 }
</style>

border-color css

<style>
 span { border-color: #2E5669; }

 span { border-color: rgb(46,86,105); }

 td.TdClassName
 {
   border-color: #2E5669;
 }
 .TagClassName
 {
   border-color: #2E5669;
 }
</style>