Html Css Color HEX #21465F Astronaut Blue

📋 copy color: '#21465F'

red 33 ◦ green 70 ◦ blue 95

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

Shades of Astronaut Blue #21465F

Tints of Astronaut Blue #21465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.98%

R = 16.67%
G = 35.35%
B = 47.98%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21465F (or 0x21465F) is known color: Astronaut Blue. HEX triplet: 21, 46 and 5F. RGB value is (33,70,95). Sum of RGB (Red+Green+Blue) = 33+70+95=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #21465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21465F is #DEB9A0. Grayscale: #3D3D3D. Windows color (decimal): -14596513 or 6243873. OLE color: 6243873.

HSL color Cylindrical-coordinate representation of color #21465F: hue angle of 204.19º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21465F is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 70 95 -
CMYK 0.65 0.26 0 0.63
HSL 204.19º 0.48% 0.25% -
HSV(B) 204.19º 0.65% 0.37% -
XYZ 4.88 5.53 11.64 -
YUV 61.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 33 70 95 0.65 0.26 0 0.63 204.19 0.48 0.25
Hex 21 46 5F 41 1A 0 3F CC 30 19
Octal 41 106 137 101 32 0 77 314 60 31
Binary 100001 1000110 1011111 1000001 11010 0 111111 11001100 110000 11001

Color Harmonies of #21465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21465F

Black with #21465F

Text Example


Text Example

White with #21465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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