#2F5873

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

Shades of Chathams Blue #2F5873

Tints of Chathams Blue #2F5873

Color information

#2F5873 (or 0x2F5873) is unknown color: approx Chathams Blue. HEX triplet: 2F, 58 and 73. RGB value is (47,88,115). Sum of RGB (Red+Green+Blue) = 47+88+115=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F5873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5873 is #D0A78C. Grayscale: #4E4E4E. Windows color (decimal): -13674381 or 7559215. OLE color: 7559215.

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

Color convert

RGB4788115-
CMYK0.590.2300.55
HSL203.82º41.98%31.76%-
HSV(B)203.82º59.13%45.1%-
XYZ7.768.8217.51-
YUV78.82148.42105.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.8%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 115 (45.31% from 255) = 46%
R=18.8%
G=35.2%
B=46%

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
Decimal47881150.590.2300.55203.8241.9831.76
Hex2F58733B17037cc2a20
Octal5713016373270673145240
Binary1011111011000111001111101110111011011111001100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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