#315568

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

Shades of Chathams Blue #315568

Tints of Chathams Blue #315568

Color information

#315568 (or 0x315568) is unknown color: approx Chathams Blue. HEX triplet: 31, 55 and 68. RGB value is (49,85,104). Sum of RGB (Red+Green+Blue) = 49+85+104=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #315568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315568 is #CEAA97. Grayscale: #4C4C4C. Windows color (decimal): -13544088 or 6837553. OLE color: 6837553.

HSL color Cylindrical-coordinate representation of color #315568: hue angle of 200.73º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #315568 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4985104-
CMYK0.530.1800.59
HSL200.73º35.95%30%-
HSV(B)200.73º52.88%40.78%-
XYZ7.018.1514.3-
YUV76.4143.57108.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 104 (41.02% from 255) = 43.70%
R=20.59%
G=35.71%
B=43.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49851040.530.1800.59200.7335.9530
Hex315568351203Bc9241e
Octal6112515065220733114436
Binary110001101010111010001101011001001110111100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315568; }

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

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

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

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

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

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

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

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