Html Css Color HEX #21465A Astronaut Blue

📋 copy color: '#21465A'

red 33 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #21465A

Tints of Astronaut Blue #21465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 17.1%
G = 36.27%
B = 46.63%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21465A (or 0x21465A) is known color: Astronaut Blue. HEX triplet: 21, 46 and 5A. RGB value is (33,70,90). Sum of RGB (Red+Green+Blue) = 33+70+90=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #21465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21465A is #DEB9A5. Grayscale: #3D3D3D. Windows color (decimal): -14596518 or 5916193. OLE color: 5916193.

HSL color Cylindrical-coordinate representation of color #21465A: hue angle of 201.05º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21465A is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 70 90 -
CMYK 0.63 0.22 0 0.65
HSL 201.05º 0.46% 0.24% -
HSV(B) 201.05º 0.63% 0.35% -
XYZ 4.66 5.44 10.48 -
YUV 61.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 33 70 90 0.63 0.22 0 0.65 201.05 0.46 0.24
Hex 21 46 5A 3F 16 0 41 C9 2E 18
Octal 41 106 132 77 26 0 101 311 56 30
Binary 100001 1000110 1011010 111111 10110 0 1000001 11001001 101110 11000

Color Harmonies of #21465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21465A

Black with #21465A

Text Example


Text Example

White with #21465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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