#21465B

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

Shades of Astronaut Blue #21465B

Tints of Astronaut Blue #21465B

Color information

#21465B (or 0x21465B) is unknown color: approx Astronaut Blue. HEX triplet: 21, 46 and 5B. RGB value is (33,70,91). Sum of RGB (Red+Green+Blue) = 33+70+91=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #21465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21465B is #DEB9A4. Grayscale: #3D3D3D. Windows color (decimal): -14596517 or 5981729. OLE color: 5981729.

HSL color Cylindrical-coordinate representation of color #21465B: hue angle of 201.72º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21465B is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB337091-
CMYK0.640.2300.64
HSL201.72º46.77%24.31%-
HSV(B)201.72º63.74%35.69%-
XYZ4.715.4610.7-
YUV61.33144.74107.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=17.01%
G=36.08%
B=46.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3370910.640.2300.64201.7246.7724.31
Hex21465B4017040ca2f18
Octal411061331002701003125730
Binary10000110001101011011100000010111010000001100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21465B;
 }
 .AnyTagClassName
 {
   color: #21465B;
 }
</style>
background-color css

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

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

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

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

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

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