Html Css Color HEX #21465D Astronaut Blue

📋 copy color: '#21465D'

red 33 ◦ green 70 ◦ blue 93

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

Shades of Astronaut Blue #21465D

Tints of Astronaut Blue #21465D

RGB

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

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

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

R = 16.84%
G = 35.71%
B = 47.45%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21465D (or 0x21465D) is known color: Astronaut Blue. HEX triplet: 21, 46 and 5D. RGB value is (33,70,93). Sum of RGB (Red+Green+Blue) = 33+70+93=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #21465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21465D is #DEB9A2. Grayscale: #3D3D3D. Windows color (decimal): -14596515 or 6112801. OLE color: 6112801.

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

Color convert

RGB 33 70 93 -
CMYK 0.65 0.25 0 0.64
HSL 203º 0.48% 0.25% -
HSV(B) 203º 0.65% 0.36% -
XYZ 4.79 5.49 11.16 -
YUV 61.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 33 70 93 0.65 0.25 0 0.64 203 0.48 0.25
Hex 21 46 5D 41 19 0 40 CB 30 19
Octal 41 106 135 101 31 0 100 313 60 31
Binary 100001 1000110 1011101 1000001 11001 0 1000000 11001011 110000 11001

Color Harmonies of #21465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21465D

Black with #21465D

Text Example


Text Example

White with #21465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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