Html Css Color HEX #2F5972 Chathams Blue

📋 copy color: '#2F5972'

red 47 ◦ green 89 ◦ blue 114

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

Shades of Chathams Blue #2F5972

Tints of Chathams Blue #2F5972

RGB

 RED value IS 47 (18.75% from 255) = 18.8%

 GREEN value IS 89 (35.16% from 255) = 35.6%

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 18.8%
G = 35.6%
B = 45.6%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F5972 (or 0x2F5972) is known color: Chathams Blue. HEX triplet: 2F, 59 and 72. RGB value is (47,89,114). Sum of RGB (Red+Green+Blue) = 47+89+114=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F5972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5972 is #D0A68D. Grayscale: #4F4F4F. Windows color (decimal): -13674126 or 7493935. OLE color: 7493935.

HSL color Cylindrical-coordinate representation of color #2F5972: hue angle of 202.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F5972 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 89 114 -
CMYK 0.59 0.22 0 0.55
HSL 202.39º 0.42% 0.32% -
HSV(B) 202.39º 0.59% 0.45% -
XYZ 7.78 8.96 17.24 -
YUV 79.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 47 89 114 0.59 0.22 0 0.55 202.39 0.42 0.32
Hex 2F 59 72 3B 16 0 37 CA 2A 20
Octal 57 131 162 73 26 0 67 312 52 40
Binary 101111 1011001 1110010 111011 10110 0 110111 11001010 101010 100000

Color Harmonies of #2F5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5972

Black with #2F5972

Text Example


Text Example

White with #2F5972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,114); }

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

background-color css

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

 a { background-color: rgb(47,89,114); }

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

border-color css

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

 span { border-color: rgb(47,89,114); }

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