#214759

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

Shades of Astronaut Blue #214759

Tints of Astronaut Blue #214759

Color information

#214759 (or 0x214759) is unknown color: approx Astronaut Blue. HEX triplet: 21, 47 and 59. RGB value is (33,71,89). Sum of RGB (Red+Green+Blue) = 33+71+89=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #214759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214759 is #DEB8A6. Grayscale: #3D3D3D. Windows color (decimal): -14596263 or 5850913. OLE color: 5850913.

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

Color convert

RGB337189-
CMYK0.630.2000.65
HSL199.29º45.9%23.92%-
HSV(B)199.29º62.92%34.9%-
XYZ4.685.5510.28-
YUV61.69143.41107.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=17.10%
G=36.79%
B=46.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3371890.630.2000.65199.2945.923.92
Hex2147593F14041c72e18
Octal41107131772401013075630
Binary1000011000111101100111111110100010000011100011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214759; }

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

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

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

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

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

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

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

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