Html Css Color HEX #214557 Astronaut Blue

📋 copy color: '#214557'

red 33 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #214557

Tints of Astronaut Blue #214557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

 BLUE value IS 87 (34.38% from 255) = 46.03%

R = 17.46%
G = 36.51%
B = 46.03%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214557 (or 0x214557) is known color: Astronaut Blue. HEX triplet: 21, 45 and 57. RGB value is (33,69,87). Sum of RGB (Red+Green+Blue) = 33+69+87=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #214557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214557 is #DEBAA8. Grayscale: #3C3C3C. Windows color (decimal): -14596777 or 5719329. OLE color: 5719329.

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

Color convert

RGB 33 69 87 -
CMYK 0.62 0.21 0 0.66
HSL 200º 0.45% 0.24% -
HSV(B) 200º 0.62% 0.34% -
XYZ 4.48 5.27 9.8 -
YUV 60.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 33 69 87 0.62 0.21 0 0.66 200 0.45 0.24
Hex 21 45 57 3E 15 0 42 C8 2D 18
Octal 41 105 127 76 25 0 102 310 55 30
Binary 100001 1000101 1010111 111110 10101 0 1000010 11001000 101101 11000

Color Harmonies of #214557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214557

Black with #214557

Text Example


Text Example

White with #214557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214557; }

 p { color: rgb(33,69,87); }

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

background-color css

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

 a { background-color: rgb(33,69,87); }

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

border-color css

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

 span { border-color: rgb(33,69,87); }

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