#21586A

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

Shades of Chathams Blue #21586A

Tints of Chathams Blue #21586A

Color information

#21586A (or 0x21586A) is unknown color: approx Chathams Blue. HEX triplet: 21, 58 and 6A. RGB value is (33,88,106). Sum of RGB (Red+Green+Blue) = 33+88+106=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #21586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21586A is #DEA795. Grayscale: #494949. Windows color (decimal): -14591894 or 6969377. OLE color: 6969377.

HSL color Cylindrical-coordinate representation of color #21586A: hue angle of 194.79º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21586A is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3388106-
CMYK0.690.1700.58
HSL194.79º52.52%27.25%-
HSV(B)194.79º68.87%41.57%-
XYZ6.728.3414.89-
YUV73.61146.2899.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=14.54%
G=38.77%
B=46.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33881060.690.1700.58194.7952.5227.25
Hex21586A451103Ac3351b
Octal41130152105210723036533
Binary1000011011000110101010001011000101110101100001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21586A; }

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

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

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

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

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

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

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

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