#215B68

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

Shades of Chathams Blue #215B68

Tints of Chathams Blue #215B68

Color information

#215B68 (or 0x215B68) is unknown color: approx Chathams Blue. HEX triplet: 21, 5B and 68. RGB value is (33,91,104). Sum of RGB (Red+Green+Blue) = 33+91+104=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #215B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B68 is #DEA497. Grayscale: #4B4B4B. Windows color (decimal): -14591128 or 6839073. OLE color: 6839073.

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

Color convert

RGB3391104-
CMYK0.680.1200.59
HSL190.99º51.82%26.86%-
HSV(B)190.99º68.27%40.78%-
XYZ6.878.814.43-
YUV75.14144.2897.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=14.47%
G=39.91%
B=45.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33911040.680.1200.59190.9951.8226.86
Hex215B6844C03Bbf341b
Octal41133150104140732776433
Binary100001101101111010001000100110001110111011111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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