#315871

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

Shades of Chathams Blue #315871

Tints of Chathams Blue #315871

Color information

#315871 (or 0x315871) is unknown color: approx Chathams Blue. HEX triplet: 31, 58 and 71. RGB value is (49,88,113). Sum of RGB (Red+Green+Blue) = 49+88+113=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #315871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315871 is #CEA78E. Grayscale: #4F4F4F. Windows color (decimal): -13543311 or 7428145. OLE color: 7428145.

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

Color convert

RGB4988113-
CMYK0.570.2200.56
HSL203.44º39.51%31.76%-
HSV(B)203.44º56.64%44.31%-
XYZ7.748.8216.92-
YUV79.19147.08106.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=19.6%
G=35.2%
B=45.2%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49881130.570.2200.56203.4439.5131.76
Hex3158713916038cb2820
Octal6113016171260703135040
Binary1100011011000111000111100110110011100011001011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315871; }

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

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

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

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

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

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

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

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