Html Css Color HEX #214257 Astronaut Blue

📋 copy color: '#214257'

red 33 ◦ green 66 ◦ blue 87

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

Shades of Astronaut Blue #214257

Tints of Astronaut Blue #214257

RGB

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

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

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

R = 17.74%
G = 35.48%
B = 46.77%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214257 (or 0x214257) is known color: Astronaut Blue. HEX triplet: 21, 42 and 57. RGB value is (33,66,87). Sum of RGB (Red+Green+Blue) = 33+66+87=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #214257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214257 is #DEBDA8. Grayscale: #3A3A3A. Windows color (decimal): -14597545 or 5718561. OLE color: 5718561.

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

Color convert

RGB 33 66 87 -
CMYK 0.62 0.24 0 0.66
HSL 203.33º 0.45% 0.24% -
HSV(B) 203.33º 0.62% 0.34% -
XYZ 4.3 4.91 9.74 -
YUV 58.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 33 66 87 0.62 0.24 0 0.66 203.33 0.45 0.24
Hex 21 42 57 3E 18 0 42 CB 2D 18
Octal 41 102 127 76 30 0 102 313 55 30
Binary 100001 1000010 1010111 111110 11000 0 1000010 11001011 101101 11000

Color Harmonies of #214257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214257

Black with #214257

Text Example


Text Example

White with #214257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214257; }

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

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

background-color css

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

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

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

border-color css

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

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

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