#215968

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

Shades of Chathams Blue #215968

Tints of Chathams Blue #215968

Color information

#215968 (or 0x215968) is unknown color: approx Chathams Blue. HEX triplet: 21, 59 and 68. RGB value is (33,89,104). Sum of RGB (Red+Green+Blue) = 33+89+104=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #215968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215968 is #DEA697. Grayscale: #494949. Windows color (decimal): -14591640 or 6838561. OLE color: 6838561.

HSL color Cylindrical-coordinate representation of color #215968: hue angle of 192.68º 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 #215968 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3389104-
CMYK0.680.1400.59
HSL192.68º51.82%26.86%-
HSV(B)192.68º68.27%40.78%-
XYZ6.78.4714.38-
YUV73.97144.9598.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=14.60%
G=39.38%
B=46.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33891040.680.1400.59192.6851.8226.86
Hex21596844E03Bc1341b
Octal41131150104160733016433
Binary100001101100111010001000100111001110111100000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215968; }

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

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

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

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

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

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

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

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