#315973

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

Shades of Chathams Blue #315973

Tints of Chathams Blue #315973

Color information

#315973 (or 0x315973) is unknown color: approx Chathams Blue. HEX triplet: 31, 59 and 73. RGB value is (49,89,115). Sum of RGB (Red+Green+Blue) = 49+89+115=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #315973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315973 is #CEA68C. Grayscale: #4F4F4F. Windows color (decimal): -13543053 or 7559473. OLE color: 7559473.

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

Color convert

RGB4989115-
CMYK0.570.2300.55
HSL203.64º40.24%32.16%-
HSV(B)203.64º57.39%45.1%-
XYZ7.939.0417.55-
YUV80147.75105.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=19.37%
G=35.18%
B=45.45%

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
Decimal49891150.570.2300.55203.6440.2432.16
Hex3159733917037cc2820
Octal6113116371270673145040
Binary1100011011001111001111100110111011011111001100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315973; }

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

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

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

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

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

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

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

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