Html Css Color HEX #21455D Astronaut Blue

📋 copy color: '#21455D'

red 33 ◦ green 69 ◦ blue 93

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

Shades of Astronaut Blue #21455D

Tints of Astronaut Blue #21455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.38%

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

R = 16.92%
G = 35.38%
B = 47.69%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21455D (or 0x21455D) is known color: Astronaut Blue. HEX triplet: 21, 45 and 5D. RGB value is (33,69,93). Sum of RGB (Red+Green+Blue) = 33+69+93=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #21455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21455D is #DEBAA2. Grayscale: #3C3C3C. Windows color (decimal): -14596771 or 6112545. OLE color: 6112545.

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

Color convert

RGB 33 69 93 -
CMYK 0.65 0.26 0 0.64
HSL 204º 0.48% 0.25% -
HSV(B) 204º 0.65% 0.36% -
XYZ 4.73 5.37 11.14 -
YUV 60.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 33 69 93 0.65 0.26 0 0.64 204 0.48 0.25
Hex 21 45 5D 41 1A 0 40 CC 30 19
Octal 41 105 135 101 32 0 100 314 60 31
Binary 100001 1000101 1011101 1000001 11010 0 1000000 11001100 110000 11001

Color Harmonies of #21455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21455D

Black with #21455D

Text Example


Text Example

White with #21455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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