#315670

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

Shades of Chathams Blue #315670

Tints of Chathams Blue #315670

Color information

#315670 (or 0x315670) is unknown color: approx Chathams Blue. HEX triplet: 31, 56 and 70. RGB value is (49,86,112). Sum of RGB (Red+Green+Blue) = 49+86+112=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #315670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315670 is #CEA98F. Grayscale: #4D4D4D. Windows color (decimal): -13543824 or 7362097. OLE color: 7362097.

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

Color convert

RGB4986112-
CMYK0.560.2300.56
HSL204.76º39.13%31.57%-
HSV(B)204.76º56.25%43.92%-
XYZ7.528.4816.57-
YUV77.9147.24107.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=19.84%
G=34.82%
B=45.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49861120.560.2300.56204.7639.1331.57
Hex3156703817038cd2720
Octal6112616070270703154740
Binary1100011010110111000011100010111011100011001101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315670; }

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

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

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

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

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

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

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

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