#215A69

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

Shades of Chathams Blue #215A69

Tints of Chathams Blue #215A69

Color information

#215A69 (or 0x215A69) is unknown color: approx Chathams Blue. HEX triplet: 21, 5A and 69. RGB value is (33,90,105). Sum of RGB (Red+Green+Blue) = 33+90+105=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #215A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A69 is #DEA596. Grayscale: #4A4A4A. Windows color (decimal): -14591383 or 6904353. OLE color: 6904353.

HSL color Cylindrical-coordinate representation of color #215A69: hue angle of 192.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215A69 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3390105-
CMYK0.690.1400.59
HSL192.5º52.17%27.06%-
HSV(B)192.5º68.57%41.18%-
XYZ6.838.6614.68-
YUV74.67145.1298.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=14.47%
G=39.47%
B=46.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33901050.690.1400.59192.552.1727.06
Hex215A6945E03Bc0341b
Octal41132151105160733006433
Binary100001101101011010011000101111001110111100000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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