#315872

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

Shades of Chathams Blue #315872

Tints of Chathams Blue #315872

Color information

#315872 (or 0x315872) is unknown color: approx Chathams Blue. HEX triplet: 31, 58 and 72. RGB value is (49,88,114). Sum of RGB (Red+Green+Blue) = 49+88+114=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #315872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315872 is #CEA78D. Grayscale: #4F4F4F. Windows color (decimal): -13543310 or 7493681. OLE color: 7493681.

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

Color convert

RGB4988114-
CMYK0.570.2300.55
HSL204º39.88%31.96%-
HSV(B)204º57.02%44.71%-
XYZ7.798.8517.22-
YUV79.3147.58106.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=19.52%
G=35.06%
B=45.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49881140.570.2300.5520439.8831.96
Hex3158723917037cc2820
Octal6113016271270673145040
Binary1100011011000111001011100110111011011111001100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315872; }

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

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

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

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

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

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

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

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