#214459

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

Shades of Astronaut Blue #214459

Tints of Astronaut Blue #214459

Color information

#214459 (or 0x214459) is unknown color: approx Astronaut Blue. HEX triplet: 21, 44 and 59. RGB value is (33,68,89). Sum of RGB (Red+Green+Blue) = 33+68+89=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #214459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214459 is #DEBBA6. Grayscale: #3B3B3B. Windows color (decimal): -14597031 or 5850145. OLE color: 5850145.

HSL color Cylindrical-coordinate representation of color #214459: hue angle of 202.5º 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 #214459 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB336889-
CMYK0.630.2400.65
HSL202.5º45.9%23.92%-
HSV(B)202.5º62.92%34.9%-
XYZ4.55.1810.21-
YUV59.93144.4108.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=17.37%
G=35.79%
B=46.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3368890.630.2400.65202.545.923.92
Hex2144593F18041ca2e18
Octal41104131773001013125630
Binary1000011000100101100111111111000010000011100101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214459; }

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

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

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

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

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

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

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

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