Html Css Color HEX #21445A Astronaut Blue

📋 copy color: '#21445A'

red 33 ◦ green 68 ◦ blue 90

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

Shades of Astronaut Blue #21445A

Tints of Astronaut Blue #21445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

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

R = 17.28%
G = 35.6%
B = 47.12%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21445A (or 0x21445A) is known color: Astronaut Blue. HEX triplet: 21, 44 and 5A. RGB value is (33,68,90). Sum of RGB (Red+Green+Blue) = 33+68+90=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #21445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21445A is #DEBBA5. Grayscale: #3B3B3B. Windows color (decimal): -14597030 or 5915681. OLE color: 5915681.

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

Color convert

RGB 33 68 90 -
CMYK 0.63 0.24 0 0.65
HSL 203.16º 0.46% 0.24% -
HSV(B) 203.16º 0.63% 0.35% -
XYZ 4.54 5.2 10.44 -
YUV 60.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 33 68 90 0.63 0.24 0 0.65 203.16 0.46 0.24
Hex 21 44 5A 3F 18 0 41 CB 2E 18
Octal 41 104 132 77 30 0 101 313 56 30
Binary 100001 1000100 1011010 111111 11000 0 1000001 11001011 101110 11000

Color Harmonies of #21445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21445A

Black with #21445A

Text Example


Text Example

White with #21445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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