#2F5973

Color #2F5973 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #2F5973

Tints of Chathams Blue #2F5973

Color information

#2F5973 (or 0x2F5973) is unknown color: approx Chathams Blue. HEX triplet: 2F, 59 and 73. RGB value is (47,89,115). Sum of RGB (Red+Green+Blue) = 47+89+115=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F5973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5973 is #D0A68C. Grayscale: #4F4F4F. Windows color (decimal): -13674125 or 7559471. OLE color: 7559471.

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

Color convert

RGB4789115-
CMYK0.590.2300.55
HSL202.94º41.98%31.76%-
HSV(B)202.94º59.13%45.1%-
XYZ7.848.9917.54-
YUV79.41148.09104.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.73%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=18.73%
G=35.46%
B=45.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47891150.590.2300.55202.9441.9831.76
Hex2F59733B17037cb2a20
Octal5713116373270673135240
Binary1011111011001111001111101110111011011111001011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F5973;
 }
 .AnyTagClassName
 {
   color: #2F5973;
 }
</style>
background-color css

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

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

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

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

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

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