#2F566C

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

Shades of Chathams Blue #2F566C

Tints of Chathams Blue #2F566C

Color information

#2F566C (or 0x2F566C) is unknown color: approx Chathams Blue. HEX triplet: 2F, 56 and 6C. RGB value is (47,86,108). Sum of RGB (Red+Green+Blue) = 47+86+108=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F566C is #D0A993. Grayscale: #4C4C4C. Windows color (decimal): -13674900 or 7099951. OLE color: 7099951.

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

Color convert

RGB4786108-
CMYK0.560.2000.58
HSL201.64º39.35%30.39%-
HSV(B)201.64º56.48%42.35%-
XYZ7.218.3415.42-
YUV76.85145.58106.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=19.50%
G=35.68%
B=44.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47861080.560.2000.58201.6439.3530.39
Hex2F566C381403Aca271e
Octal5712615470240723124736
Binary101111101011011011001110001010001110101100101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,86,108); }

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

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

 a { background-color: rgb(47,86,108); }

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

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

 span { border-color: rgb(47,86,108); }

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