#215A68

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

Shades of Chathams Blue #215A68

Tints of Chathams Blue #215A68

Color information

#215A68 (or 0x215A68) is unknown color: approx Chathams Blue. HEX triplet: 21, 5A and 68. RGB value is (33,90,104). Sum of RGB (Red+Green+Blue) = 33+90+104=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #215A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A68 is #DEA597. Grayscale: #4A4A4A. Windows color (decimal): -14591384 or 6838817. OLE color: 6838817.

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

Color convert

RGB3390104-
CMYK0.680.1300.59
HSL191.83º51.82%26.86%-
HSV(B)191.83º68.27%40.78%-
XYZ6.788.6414.41-
YUV74.55144.6298.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=14.54%
G=39.65%
B=45.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33901040.680.1300.59191.8351.8226.86
Hex215A6844D03Bc0341b
Octal41132150104150733006433
Binary100001101101011010001000100110101110111100000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215A68; }

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

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

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

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

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

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

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

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