#215969

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

Shades of Chathams Blue #215969

Tints of Chathams Blue #215969

Color information

#215969 (or 0x215969) is unknown color: approx Chathams Blue. HEX triplet: 21, 59 and 69. RGB value is (33,89,105). Sum of RGB (Red+Green+Blue) = 33+89+105=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #215969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215969 is #DEA696. Grayscale: #494949. Windows color (decimal): -14591639 or 6904097. OLE color: 6904097.

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

Color convert

RGB3389105-
CMYK0.690.1500.59
HSL193.33º52.17%27.06%-
HSV(B)193.33º68.57%41.18%-
XYZ6.758.4914.65-
YUV74.08145.4598.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=14.54%
G=39.21%
B=46.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33891050.690.1500.59193.3352.1727.06
Hex21596945F03Bc1341b
Octal41131151105170733016433
Binary100001101100111010011000101111101110111100000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215969; }

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

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

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

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

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

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

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

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