#215768

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

Shades of Chathams Blue #215768

Tints of Chathams Blue #215768

Color information

#215768 (or 0x215768) is unknown color: approx Chathams Blue. HEX triplet: 21, 57 and 68. RGB value is (33,87,104). Sum of RGB (Red+Green+Blue) = 33+87+104=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #215768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215768 is #DEA897. Grayscale: #484848. Windows color (decimal): -14592152 or 6838049. OLE color: 6838049.

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

Color convert

RGB3387104-
CMYK0.680.1600.59
HSL194.37º51.82%26.86%-
HSV(B)194.37º68.27%40.78%-
XYZ6.538.1414.32-
YUV72.79145.6199.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=14.73%
G=38.84%
B=46.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33871040.680.1600.59194.3751.8226.86
Hex215768441003Bc2341b
Octal41127150104200733026433
Binary1000011010111110100010001001000001110111100001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215768; }

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

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

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

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

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

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

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

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