#21465F

Color #21465F Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #21465F

Tints of Astronaut Blue #21465F

Color information

#21465F (or 0x21465F) is unknown color: approx 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

RGB337095-
CMYK0.650.2600.63
HSL204.19º48.44%25.1%-
HSV(B)204.19º65.26%37.25%-
XYZ4.885.5311.64-
YUV61.79146.74107.47-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3370950.650.2600.63204.1948.4425.1
Hex21465F411A03Fcc3019
Octal41106137101320773146031
Binary1000011000110101111110000011101001111111100110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>