#215369

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

Shades of Chathams Blue #215369

Tints of Chathams Blue #215369

Color information

#215369 (or 0x215369) is unknown color: approx Chathams Blue. HEX triplet: 21, 53 and 69. RGB value is (33,83,105). Sum of RGB (Red+Green+Blue) = 33+83+105=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #215369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215369 is #DEAC96. Grayscale: #464646. Windows color (decimal): -14593175 or 6902561. OLE color: 6902561.

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

Color convert

RGB3383105-
CMYK0.690.2100.59
HSL198.33º52.17%27.06%-
HSV(B)198.33º68.57%41.18%-
XYZ6.277.5314.49-
YUV70.56147.44101.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=14.93%
G=37.56%
B=47.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33831050.690.2100.59198.3352.1727.06
Hex215369451503Bc6341b
Octal41123151105250733066433
Binary1000011010011110100110001011010101110111100011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215369; }

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

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

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

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

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

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

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

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