#214258

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

Shades of Astronaut Blue #214258

Tints of Astronaut Blue #214258

Color information

#214258 (or 0x214258) is unknown color: approx Astronaut Blue. HEX triplet: 21, 42 and 58. RGB value is (33,66,88). Sum of RGB (Red+Green+Blue) = 33+66+88=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #214258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214258 is #DEBDA7. Grayscale: #3A3A3A. Windows color (decimal): -14597544 or 5784097. OLE color: 5784097.

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

Color convert

RGB336688-
CMYK0.620.2500.65
HSL204º45.45%23.73%-
HSV(B)204º62.5%34.51%-
XYZ4.344.929.95-
YUV58.64144.57109.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=17.65%
G=35.29%
B=47.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3366880.620.2500.6520445.4523.73
Hex2142583E19041cc2d18
Octal41102130763101013145530
Binary1000011000010101100011111011001010000011100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214258; }

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

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

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

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

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

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

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

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