Html Css Color HEX #2F5971 Chathams Blue

📋 copy color: '#2F5971'

red 47 ◦ green 89 ◦ blue 113

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

Shades of Chathams Blue #2F5971

Tints of Chathams Blue #2F5971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.38%

R = 18.88%
G = 35.74%
B = 45.38%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F5971 (or 0x2F5971) is known color: Chathams Blue. HEX triplet: 2F, 59 and 71. RGB value is (47,89,113). Sum of RGB (Red+Green+Blue) = 47+89+113=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F5971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5971 is #D0A68E. Grayscale: #4F4F4F. Windows color (decimal): -13674127 or 7428399. OLE color: 7428399.

HSL color Cylindrical-coordinate representation of color #2F5971: hue angle of 201.82º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F5971 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 89 113 -
CMYK 0.58 0.21 0 0.56
HSL 201.82º 0.41% 0.31% -
HSV(B) 201.82º 0.58% 0.44% -
XYZ 7.73 8.94 16.94 -
YUV 79.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 47 89 113 0.58 0.21 0 0.56 201.82 0.41 0.31
Hex 2F 59 71 3A 15 0 38 CA 29 1F
Octal 57 131 161 72 25 0 70 312 51 37
Binary 101111 1011001 1110001 111010 10101 0 111000 11001010 101001 11111

Color Harmonies of #2F5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5971

Black with #2F5971

Text Example


Text Example

White with #2F5971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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