Html Css Color HEX #21485E Astronaut Blue

📋 copy color: '#21485E'

red 33 ◦ green 72 ◦ blue 94

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

Shades of Astronaut Blue #21485E

Tints of Astronaut Blue #21485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

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

R = 16.58%
G = 36.18%
B = 47.24%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21485E (or 0x21485E) is known color: Astronaut Blue. HEX triplet: 21, 48 and 5E. RGB value is (33,72,94). Sum of RGB (Red+Green+Blue) = 33+72+94=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #21485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21485E is #DEB7A1. Grayscale: #3E3E3E. Windows color (decimal): -14596002 or 6178849. OLE color: 6178849.

HSL color Cylindrical-coordinate representation of color #21485E: hue angle of 201.64º 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 #21485E is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 72 94 -
CMYK 0.65 0.23 0 0.63
HSL 201.64º 0.48% 0.25% -
HSV(B) 201.64º 0.65% 0.37% -
XYZ 4.96 5.77 11.44 -
YUV 62.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 33 72 94 0.65 0.23 0 0.63 201.64 0.48 0.25
Hex 21 48 5E 41 17 0 3F CA 30 19
Octal 41 110 136 101 27 0 77 312 60 31
Binary 100001 1001000 1011110 1000001 10111 0 111111 11001010 110000 11001

Color Harmonies of #21485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21485E

Black with #21485E

Text Example


Text Example

White with #21485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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