#214859

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

Shades of Astronaut Blue #214859

Tints of Astronaut Blue #214859

Color information

#214859 (or 0x214859) is unknown color: approx Astronaut Blue. HEX triplet: 21, 48 and 59. RGB value is (33,72,89). Sum of RGB (Red+Green+Blue) = 33+72+89=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #214859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214859 is #DEB7A6. Grayscale: #3E3E3E. Windows color (decimal): -14596007 or 5851169. OLE color: 5851169.

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

Color convert

RGB337289-
CMYK0.630.1900.65
HSL198.21º45.9%23.92%-
HSV(B)198.21º62.92%34.9%-
XYZ4.755.6810.3-
YUV62.28143.08107.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=17.01%
G=37.11%
B=45.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3372890.630.1900.65198.2145.923.92
Hex2148593F13041c62e18
Octal41110131772301013065630
Binary1000011001000101100111111110011010000011100011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214859; }

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

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

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

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

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

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

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

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