#215269

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

Shades of Chathams Blue #215269

Tints of Chathams Blue #215269

Color information

#215269 (or 0x215269) is unknown color: approx Chathams Blue. HEX triplet: 21, 52 and 69. RGB value is (33,82,105). Sum of RGB (Red+Green+Blue) = 33+82+105=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #215269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215269 is #DEAD96. Grayscale: #454545. Windows color (decimal): -14593431 or 6902305. OLE color: 6902305.

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

Color convert

RGB3382105-
CMYK0.690.2200.59
HSL199.17º52.17%27.06%-
HSV(B)199.17º68.57%41.18%-
XYZ6.197.3814.46-
YUV69.97147.77101.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=15%
G=37.27%
B=47.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33821050.690.2200.59199.1752.1727.06
Hex215269451603Bc7341b
Octal41122151105260733076433
Binary1000011010010110100110001011011001110111100011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215269; }

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

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

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

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

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

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

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

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