Html Css Color HEX #214459 Astronaut Blue

📋 copy color: '#214459'

red 33 ◦ green 68 ◦ blue 89

#214459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #214459

Tints of Astronaut Blue #214459

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 value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214459 (or 0x214459) is known color: 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

RGB 33 68 89 -
CMYK 0.63 0.24 0 0.65
HSL 202.5º 0.46% 0.24% -
HSV(B) 202.5º 0.63% 0.35% -
XYZ 4.5 5.18 10.21 -
YUV 59.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 33 68 89 0.63 0.24 0 0.65 202.5 0.46 0.24
Hex 21 44 59 3F 18 0 41 CA 2E 18
Octal 41 104 131 77 30 0 101 312 56 30
Binary 100001 1000100 1011001 111111 11000 0 1000001 11001010 101110 11000

Color Harmonies of #214459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214459

Black with #214459

Text Example


Text Example

White with #214459

Text Example


Text Example

HTML Codes & Css Web 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>