Html Css Color HEX #2F5970 Chathams Blue

📋 copy color: '#2F5970'

red 47 ◦ green 89 ◦ blue 112

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

Shades of Chathams Blue #2F5970

Tints of Chathams Blue #2F5970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 18.95%
G = 35.89%
B = 45.16%

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

#2F5970 (or 0x2F5970) is known color: Chathams Blue. HEX triplet: 2F, 59 and 70. RGB value is (47,89,112). Sum of RGB (Red+Green+Blue) = 47+89+112=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F5970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5970 is #D0A68F. Grayscale: #4E4E4E. Windows color (decimal): -13674128 or 7362863. OLE color: 7362863.

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

Color convert

RGB 47 89 112 -
CMYK 0.58 0.21 0 0.56
HSL 201.23º 0.41% 0.31% -
HSV(B) 201.23º 0.58% 0.44% -
XYZ 7.67 8.92 16.65 -
YUV 79.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 47 89 112 0.58 0.21 0 0.56 201.23 0.41 0.31
Hex 2F 59 70 3A 15 0 38 C9 29 1F
Octal 57 131 160 72 25 0 70 311 51 37
Binary 101111 1011001 1110000 111010 10101 0 111000 11001001 101001 11111

Color Harmonies of #2F5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5970

Black with #2F5970

Text Example


Text Example

White with #2F5970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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