Html Css Color HEX #21475E Astronaut Blue

📋 copy color: '#21475E'

red 33 ◦ green 71 ◦ blue 94

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

Shades of Astronaut Blue #21475E

Tints of Astronaut Blue #21475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.86%

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 16.67%
G = 35.86%
B = 47.47%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21475E (or 0x21475E) is known color: Astronaut Blue. HEX triplet: 21, 47 and 5E. RGB value is (33,71,94). Sum of RGB (Red+Green+Blue) = 33+71+94=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #21475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21475E is #DEB8A1. Grayscale: #3E3E3E. Windows color (decimal): -14596258 or 6178593. OLE color: 6178593.

HSL color Cylindrical-coordinate representation of color #21475E: hue angle of 202.62º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21475E is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 71 94 -
CMYK 0.65 0.24 0 0.63
HSL 202.62º 0.48% 0.25% -
HSV(B) 202.62º 0.65% 0.37% -
XYZ 4.9 5.64 11.42 -
YUV 62.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 33 71 94 0.65 0.24 0 0.63 202.62 0.48 0.25
Hex 21 47 5E 41 18 0 3F CB 30 19
Octal 41 107 136 101 30 0 77 313 60 31
Binary 100001 1000111 1011110 1000001 11000 0 111111 11001011 110000 11001

Color Harmonies of #21475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21475E

Black with #21475E

Text Example


Text Example

White with #21475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21475E; }

 p { color: rgb(33,71,94); }

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

background-color css

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

 a { background-color: rgb(33,71,94); }

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

border-color css

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

 span { border-color: rgb(33,71,94); }

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