#215868

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

Shades of Chathams Blue #215868

Tints of Chathams Blue #215868

Color information

#215868 (or 0x215868) is unknown color: approx Chathams Blue. HEX triplet: 21, 58 and 68. RGB value is (33,88,104). Sum of RGB (Red+Green+Blue) = 33+88+104=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #215868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215868 is #DEA797. Grayscale: #494949. Windows color (decimal): -14591896 or 6838305. OLE color: 6838305.

HSL color Cylindrical-coordinate representation of color #215868: hue angle of 193.52º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215868 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3388104-
CMYK0.680.1500.59
HSL193.52º51.82%26.86%-
HSV(B)193.52º68.27%40.78%-
XYZ6.628.314.35-
YUV73.38145.2899.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=14.67%
G=39.11%
B=46.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33881040.680.1500.59193.5251.8226.86
Hex21586844F03Bc2341b
Octal41130150104170733026433
Binary100001101100011010001000100111101110111100001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215868; }

 p { color: rgb(33,88,104); }

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

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

 a { background-color: rgb(33,88,104); }

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

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

 span { border-color: rgb(33,88,104); }

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