#215869

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

Shades of Chathams Blue #215869

Tints of Chathams Blue #215869

Color information

#215869 (or 0x215869) is unknown color: approx Chathams Blue. HEX triplet: 21, 58 and 69. RGB value is (33,88,105). Sum of RGB (Red+Green+Blue) = 33+88+105=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #215869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215869 is #DEA796. Grayscale: #494949. Windows color (decimal): -14591895 or 6903841. OLE color: 6903841.

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

Color convert

RGB3388105-
CMYK0.690.1600.59
HSL194.17º52.17%27.06%-
HSV(B)194.17º68.57%41.18%-
XYZ6.678.3214.62-
YUV73.49145.7899.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=14.60%
G=38.94%
B=46.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33881050.690.1600.59194.1752.1727.06
Hex215869451003Bc2341b
Octal41130151105200733026433
Binary1000011011000110100110001011000001110111100001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215869; }

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

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

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

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

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

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

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

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