Html Css Color HEX #214657 Astronaut Blue

📋 copy color: '#214657'

red 33 ◦ green 70 ◦ blue 87

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

Shades of Astronaut Blue #214657

Tints of Astronaut Blue #214657

RGB

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

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

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

R = 17.37%
G = 36.84%
B = 45.79%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214657 (or 0x214657) is known color: Astronaut Blue. HEX triplet: 21, 46 and 57. RGB value is (33,70,87). Sum of RGB (Red+Green+Blue) = 33+70+87=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #214657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214657 is #DEB9A8. Grayscale: #3C3C3C. Windows color (decimal): -14596521 or 5719585. OLE color: 5719585.

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

Color convert

RGB 33 70 87 -
CMYK 0.62 0.20 0 0.66
HSL 198.89º 0.45% 0.24% -
HSV(B) 198.89º 0.62% 0.34% -
XYZ 4.54 5.39 9.82 -
YUV 60.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 33 70 87 0.62 0.20 0 0.66 198.89 0.45 0.24
Hex 21 46 57 3E 14 0 42 C7 2D 18
Octal 41 106 127 76 24 0 102 307 55 30
Binary 100001 1000110 1010111 111110 10100 0 1000010 11000111 101101 11000

Color Harmonies of #214657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214657

Black with #214657

Text Example


Text Example

White with #214657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214657; }

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

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

background-color css

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

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

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

border-color css

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

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

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