#2F576A

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

Shades of Chathams Blue #2F576A

Tints of Chathams Blue #2F576A

Color information

#2F576A (or 0x2F576A) is unknown color: approx Chathams Blue. HEX triplet: 2F, 57 and 6A. RGB value is (47,87,106). Sum of RGB (Red+Green+Blue) = 47+87+106=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F576A is #D0A895. Grayscale: #4D4D4D. Windows color (decimal): -13674646 or 6969135. OLE color: 6969135.

HSL color Cylindrical-coordinate representation of color #2F576A: hue angle of 199.32º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F576A is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4787106-
CMYK0.560.1800.58
HSL199.32º38.56%30%-
HSV(B)199.32º55.66%41.57%-
XYZ7.188.4614.89-
YUV77.21144.25106.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.58%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=19.58%
G=36.25%
B=44.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47871060.560.1800.58199.3238.5630
Hex2F576A381203Ac7271e
Octal5712715270220723074736
Binary101111101011111010101110001001001110101100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,87,106); }

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

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

 a { background-color: rgb(47,87,106); }

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

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

 span { border-color: rgb(47,87,106); }

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