Html Css Color HEX #2E5069 Chathams Blue

📋 copy color: '#2E5069'

red 46 ◦ green 80 ◦ blue 105

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

Shades of Chathams Blue #2E5069

Tints of Chathams Blue #2E5069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 19.91%
G = 34.63%
B = 45.45%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E5069 (or 0x2E5069) is known color: Chathams Blue. HEX triplet: 2E, 50 and 69. RGB value is (46,80,105). Sum of RGB (Red+Green+Blue) = 46+80+105=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E5069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5069 is #D1AF96. Grayscale: #484848. Windows color (decimal): -13741975 or 6901806. OLE color: 6901806.

HSL color Cylindrical-coordinate representation of color #2E5069: hue angle of 205.42º 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 #2E5069 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 80 105 -
CMYK 0.56 0.24 0 0.59
HSL 205.42º 0.39% 0.3% -
HSV(B) 205.42º 0.56% 0.41% -
XYZ 6.55 7.34 14.44 -
YUV 72.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 46 80 105 0.56 0.24 0 0.59 205.42 0.39 0.3
Hex 2E 50 69 38 18 0 3B CD 27 1E
Octal 56 120 151 70 30 0 73 315 47 36
Binary 101110 1010000 1101001 111000 11000 0 111011 11001101 100111 11110

Color Harmonies of #2E5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5069

Black with #2E5069

Text Example


Text Example

White with #2E5069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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