Html Css Color HEX #2E5767 Chathams Blue

📋 copy color: '#2E5767'

red 46 ◦ green 87 ◦ blue 103

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

Shades of Chathams Blue #2E5767

Tints of Chathams Blue #2E5767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 19.49%
G = 36.86%
B = 43.64%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2E5767 (or 0x2E5767) is known color: Chathams Blue. HEX triplet: 2E, 57 and 67. RGB value is (46,87,103). Sum of RGB (Red+Green+Blue) = 46+87+103=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E5767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5767 is #D1A898. Grayscale: #4C4C4C. Windows color (decimal): -13740185 or 6772526. OLE color: 6772526.

HSL color Cylindrical-coordinate representation of color #2E5767: hue angle of 196.84º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E5767 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 87 103 -
CMYK 0.55 0.16 0 0.60
HSL 196.84º 0.38% 0.29% -
HSV(B) 196.84º 0.55% 0.4% -
XYZ 6.98 8.38 14.08 -
YUV 76.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 46 87 103 0.55 0.16 0 0.60 196.84 0.38 0.29
Hex 2E 57 67 37 10 0 3C C5 26 1D
Octal 56 127 147 67 20 0 74 305 46 35
Binary 101110 1010111 1100111 110111 10000 0 111100 11000101 100110 11101

Color Harmonies of #2E5767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5767

Black with #2E5767

Text Example


Text Example

White with #2E5767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,87,103); }

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

background-color css

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

 a { background-color: rgb(46,87,103); }

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

border-color css

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

 span { border-color: rgb(46,87,103); }

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