#315570

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

Shades of Chathams Blue #315570

Tints of Chathams Blue #315570

Color information

#315570 (or 0x315570) is unknown color: approx Chathams Blue. HEX triplet: 31, 55 and 70. RGB value is (49,85,112). Sum of RGB (Red+Green+Blue) = 49+85+112=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #315570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315570 is #CEAA8F. Grayscale: #4D4D4D. Windows color (decimal): -13544080 or 7361841. OLE color: 7361841.

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

Color convert

RGB4985112-
CMYK0.560.2400.56
HSL205.71º39.13%31.57%-
HSV(B)205.71º56.25%43.92%-
XYZ7.448.3216.54-
YUV77.31147.57107.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=19.92%
G=34.55%
B=45.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49851120.560.2400.56205.7139.1331.57
Hex3155703818038ce2720
Octal6112516070300703164740
Binary1100011010101111000011100011000011100011001110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315570; }

 p { color: rgb(49,85,112); }

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

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

 a { background-color: rgb(49,85,112); }

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

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

 span { border-color: rgb(49,85,112); }

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