#315972

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

Shades of Chathams Blue #315972

Tints of Chathams Blue #315972

Color information

#315972 (or 0x315972) is unknown color: approx Chathams Blue. HEX triplet: 31, 59 and 72. RGB value is (49,89,114). Sum of RGB (Red+Green+Blue) = 49+89+114=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #315972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315972 is #CEA68D. Grayscale: #4F4F4F. Windows color (decimal): -13543054 or 7493937. OLE color: 7493937.

HSL color Cylindrical-coordinate representation of color #315972: hue angle of 203.08º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315972 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4989114-
CMYK0.570.2200.55
HSL203.08º39.88%31.96%-
HSV(B)203.08º57.02%44.71%-
XYZ7.889.0117.24-
YUV79.89147.25105.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=19.44%
G=35.32%
B=45.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49891140.570.2200.55203.0839.8831.96
Hex3159723916037cb2820
Octal6113116271260673135040
Binary1100011011001111001011100110110011011111001011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315972; }

 p { color: rgb(49,89,114); }

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

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

 a { background-color: rgb(49,89,114); }

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

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

 span { border-color: rgb(49,89,114); }

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