Html Css Color HEX #214659 Astronaut Blue

📋 copy color: '#214659'

red 33 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #214659

Tints of Astronaut Blue #214659

RGB

 RED value IS 33 (13.28% from 255) = 17.19%

 GREEN value IS 70 (27.73% from 255) = 36.46%

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 17.19%
G = 36.46%
B = 46.35%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214659 (or 0x214659) is known color: Astronaut Blue. HEX triplet: 21, 46 and 59. RGB value is (33,70,89). Sum of RGB (Red+Green+Blue) = 33+70+89=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #214659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214659 is #DEB9A6. Grayscale: #3C3C3C. Windows color (decimal): -14596519 or 5850657. OLE color: 5850657.

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

Color convert

RGB 33 70 89 -
CMYK 0.63 0.21 0 0.65
HSL 200.36º 0.46% 0.24% -
HSV(B) 200.36º 0.63% 0.35% -
XYZ 4.62 5.42 10.25 -
YUV 61.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 33 70 89 0.63 0.21 0 0.65 200.36 0.46 0.24
Hex 21 46 59 3F 15 0 41 C8 2E 18
Octal 41 106 131 77 25 0 101 310 56 30
Binary 100001 1000110 1011001 111111 10101 0 1000001 11001000 101110 11000

Color Harmonies of #214659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214659

Black with #214659

Text Example


Text Example

White with #214659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214659; }

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

 H1.HeaderClassName
 {
   color: #214659;
 }
 .AnyTagClassName
 {
   color: #214659;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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