Html Css Color HEX #21445D Astronaut Blue

📋 copy color: '#21445D'

red 33 ◦ green 68 ◦ blue 93

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

Shades of Astronaut Blue #21445D

Tints of Astronaut Blue #21445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.94%

R = 17.01%
G = 35.05%
B = 47.94%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21445D (or 0x21445D) is known color: Astronaut Blue. HEX triplet: 21, 44 and 5D. RGB value is (33,68,93). Sum of RGB (Red+Green+Blue) = 33+68+93=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #21445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21445D is #DEBBA2. Grayscale: #3C3C3C. Windows color (decimal): -14597027 or 6112289. OLE color: 6112289.

HSL color Cylindrical-coordinate representation of color #21445D: hue angle of 205º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21445D is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 68 93 -
CMYK 0.65 0.27 0 0.64
HSL 205º 0.48% 0.25% -
HSV(B) 205º 0.65% 0.36% -
XYZ 4.67 5.25 11.12 -
YUV 60.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 33 68 93 0.65 0.27 0 0.64 205 0.48 0.25
Hex 21 44 5D 41 1B 0 40 CD 30 19
Octal 41 104 135 101 33 0 100 315 60 31
Binary 100001 1000100 1011101 1000001 11011 0 1000000 11001101 110000 11001

Color Harmonies of #21445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21445D

Black with #21445D

Text Example


Text Example

White with #21445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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