#2F556B

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

Shades of Chathams Blue #2F556B

Tints of Chathams Blue #2F556B

Color information

#2F556B (or 0x2F556B) is unknown color: approx Chathams Blue. HEX triplet: 2F, 55 and 6B. RGB value is (47,85,107). Sum of RGB (Red+Green+Blue) = 47+85+107=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F556B is #D0AA94. Grayscale: #4C4C4C. Windows color (decimal): -13675157 or 7034159. OLE color: 7034159.

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

Color convert

RGB4785107-
CMYK0.560.2100.58
HSL202º38.96%30.2%-
HSV(B)202º56.07%41.96%-
XYZ7.078.1615.11-
YUV76.15145.41107.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.67%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=19.67%
G=35.56%
B=44.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47851070.560.2100.5820238.9630.2
Hex2F556B381503Aca271e
Octal5712515370250723124736
Binary101111101010111010111110001010101110101100101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,85,107); }

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

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

 a { background-color: rgb(47,85,107); }

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

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

 span { border-color: rgb(47,85,107); }

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