#214658

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

Shades of Astronaut Blue #214658

Tints of Astronaut Blue #214658

Color information

#214658 (or 0x214658) is unknown color: approx Astronaut Blue. HEX triplet: 21, 46 and 58. RGB value is (33,70,88). Sum of RGB (Red+Green+Blue) = 33+70+88=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #214658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214658 is #DEB9A7. Grayscale: #3C3C3C. Windows color (decimal): -14596520 or 5785121. OLE color: 5785121.

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

Color convert

RGB337088-
CMYK0.620.2000.65
HSL199.64º45.45%23.73%-
HSV(B)199.64º62.5%34.51%-
XYZ4.585.4110.04-
YUV60.99143.24108.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=17.28%
G=36.65%
B=46.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3370880.620.2000.65199.6445.4523.73
Hex2146583E14041c82d18
Octal41106130762401013105530
Binary1000011000110101100011111010100010000011100100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214658; }

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

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

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

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

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

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

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

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