Html Css Color HEX #21465E Astronaut Blue

📋 copy color: '#21465E'

red 33 ◦ green 70 ◦ blue 94

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

Shades of Astronaut Blue #21465E

Tints of Astronaut Blue #21465E

RGB

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

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

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

R = 16.75%
G = 35.53%
B = 47.72%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21465E (or 0x21465E) is known color: Astronaut Blue. HEX triplet: 21, 46 and 5E. RGB value is (33,70,94). Sum of RGB (Red+Green+Blue) = 33+70+94=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #21465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21465E is #DEB9A1. Grayscale: #3D3D3D. Windows color (decimal): -14596514 or 6178337. OLE color: 6178337.

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

Color convert

RGB 33 70 94 -
CMYK 0.65 0.26 0 0.63
HSL 203.61º 0.48% 0.25% -
HSV(B) 203.61º 0.65% 0.37% -
XYZ 4.84 5.51 11.4 -
YUV 61.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 33 70 94 0.65 0.26 0 0.63 203.61 0.48 0.25
Hex 21 46 5E 41 1A 0 3F CC 30 19
Octal 41 106 136 101 32 0 77 314 60 31
Binary 100001 1000110 1011110 1000001 11010 0 111111 11001100 110000 11001

Color Harmonies of #21465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21465E

Black with #21465E

Text Example


Text Example

White with #21465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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