Html Css Color HEX #214359 Astronaut Blue

📋 copy color: '#214359'

red 33 ◦ green 67 ◦ blue 89

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

Shades of Astronaut Blue #214359

Tints of Astronaut Blue #214359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 17.46%
G = 35.45%
B = 47.09%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214359 (or 0x214359) is known color: Astronaut Blue. HEX triplet: 21, 43 and 59. RGB value is (33,67,89). Sum of RGB (Red+Green+Blue) = 33+67+89=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #214359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214359 is #DEBCA6. Grayscale: #3B3B3B. Windows color (decimal): -14597287 or 5849889. OLE color: 5849889.

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

Color convert

RGB 33 67 89 -
CMYK 0.63 0.25 0 0.65
HSL 203.57º 0.46% 0.24% -
HSV(B) 203.57º 0.63% 0.35% -
XYZ 4.44 5.06 10.19 -
YUV 59.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 33 67 89 0.63 0.25 0 0.65 203.57 0.46 0.24
Hex 21 43 59 3F 19 0 41 CC 2E 18
Octal 41 103 131 77 31 0 101 314 56 30
Binary 100001 1000011 1011001 111111 11001 0 1000001 11001100 101110 11000

Color Harmonies of #214359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214359

Black with #214359

Text Example


Text Example

White with #214359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214359; }

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

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

background-color css

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

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

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

border-color css

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

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

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