#214559

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

Shades of Astronaut Blue #214559

Tints of Astronaut Blue #214559

Color information

#214559 (or 0x214559) is unknown color: approx Astronaut Blue. HEX triplet: 21, 45 and 59. RGB value is (33,69,89). Sum of RGB (Red+Green+Blue) = 33+69+89=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #214559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214559 is #DEBAA6. Grayscale: #3C3C3C. Windows color (decimal): -14596775 or 5850401. OLE color: 5850401.

HSL color Cylindrical-coordinate representation of color #214559: hue angle of 201.43º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #214559 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB336989-
CMYK0.630.2200.65
HSL201.43º45.9%23.92%-
HSV(B)201.43º62.92%34.9%-
XYZ4.565.310.23-
YUV60.52144.07108.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=17.28%
G=36.13%
B=46.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3369890.630.2200.65201.4345.923.92
Hex2145593F16041c92e18
Octal41105131772601013115630
Binary1000011000101101100111111110110010000011100100110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214559; }

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

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

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

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

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

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

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

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