#215468

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

Shades of Chathams Blue #215468

Tints of Chathams Blue #215468

Color information

#215468 (or 0x215468) is unknown color: approx Chathams Blue. HEX triplet: 21, 54 and 68. RGB value is (33,84,104). Sum of RGB (Red+Green+Blue) = 33+84+104=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #215468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215468 is #DEAB97. Grayscale: #464646. Windows color (decimal): -14592920 or 6837281. OLE color: 6837281.

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

Color convert

RGB3384104-
CMYK0.680.1900.59
HSL196.9º51.82%26.86%-
HSV(B)196.9º68.27%40.78%-
XYZ6.37.6614.24-
YUV71.03146.6100.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=14.93%
G=38.01%
B=47.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33841040.680.1900.59196.951.8226.86
Hex215468441303Bc5341b
Octal41124150104230733056433
Binary1000011010100110100010001001001101110111100010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215468; }

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

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

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

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

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

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

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

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