Html Css Color HEX #214458 Astronaut Blue

📋 copy color: '#214458'

red 33 ◦ green 68 ◦ blue 88

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

Shades of Astronaut Blue #214458

Tints of Astronaut Blue #214458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.98%

 BLUE value IS 88 (34.77% from 255) = 46.56%

R = 17.46%
G = 35.98%
B = 46.56%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214458 (or 0x214458) is known color: Astronaut Blue. HEX triplet: 21, 44 and 58. RGB value is (33,68,88). Sum of RGB (Red+Green+Blue) = 33+68+88=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #214458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214458 is #DEBBA7. Grayscale: #3B3B3B. Windows color (decimal): -14597032 or 5784609. OLE color: 5784609.

HSL color Cylindrical-coordinate representation of color #214458: hue angle of 201.82º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214458 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 68 88 -
CMYK 0.62 0.23 0 0.65
HSL 201.82º 0.45% 0.24% -
HSV(B) 201.82º 0.63% 0.35% -
XYZ 4.46 5.16 9.99 -
YUV 59.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 33 68 88 0.62 0.23 0 0.65 201.82 0.45 0.24
Hex 21 44 58 3E 17 0 41 CA 2D 18
Octal 41 104 130 76 27 0 101 312 55 30
Binary 100001 1000100 1011000 111110 10111 0 1000001 11001010 101101 11000

Color Harmonies of #214458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214458

Black with #214458

Text Example


Text Example

White with #214458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214458; }

 p { color: rgb(33,68,88); }

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

background-color css

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

 a { background-color: rgb(33,68,88); }

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

border-color css

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

 span { border-color: rgb(33,68,88); }

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