#2F546C

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

Shades of Chathams Blue #2F546C

Tints of Chathams Blue #2F546C

Color information

#2F546C (or 0x2F546C) is unknown color: approx Chathams Blue. HEX triplet: 2F, 54 and 6C. RGB value is (47,84,108). Sum of RGB (Red+Green+Blue) = 47+84+108=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F546C is #D0AB93. Grayscale: #4B4B4B. Windows color (decimal): -13675412 or 7099439. OLE color: 7099439.

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

Color convert

RGB4784108-
CMYK0.560.2200.58
HSL203.61º39.35%30.39%-
HSV(B)203.61º56.48%42.35%-
XYZ7.058.0315.37-
YUV75.67146.24107.55-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.67%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=19.67%
G=35.15%
B=45.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47841080.560.2200.58203.6139.3530.39
Hex2F546C381603Acc271e
Octal5712415470260723144736
Binary101111101010011011001110001011001110101100110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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