Html Css Color HEX #214258 Astronaut Blue

📋 copy color: '#214258'

red 33 ◦ green 66 ◦ blue 88

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

Shades of Astronaut Blue #214258

Tints of Astronaut Blue #214258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 17.65%
G = 35.29%
B = 47.06%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214258 (or 0x214258) is known color: Astronaut Blue. HEX triplet: 21, 42 and 58. RGB value is (33,66,88). Sum of RGB (Red+Green+Blue) = 33+66+88=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #214258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214258 is #DEBDA7. Grayscale: #3A3A3A. Windows color (decimal): -14597544 or 5784097. OLE color: 5784097.

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

Color convert

RGB 33 66 88 -
CMYK 0.62 0.25 0 0.65
HSL 204º 0.45% 0.24% -
HSV(B) 204º 0.63% 0.35% -
XYZ 4.34 4.92 9.95 -
YUV 58.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 33 66 88 0.62 0.25 0 0.65 204 0.45 0.24
Hex 21 42 58 3E 19 0 41 CC 2D 18
Octal 41 102 130 76 31 0 101 314 55 30
Binary 100001 1000010 1011000 111110 11001 0 1000001 11001100 101101 11000

Color Harmonies of #214258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214258

Black with #214258

Text Example


Text Example

White with #214258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214258; }

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

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

background-color css

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

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

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

border-color css

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

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

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