#21465D

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

Shades of Astronaut Blue #21465D

Tints of Astronaut Blue #21465D

Color information

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

RGB337093-
CMYK0.650.2500.64
HSL203º47.62%24.71%-
HSV(B)203º64.52%36.47%-
XYZ4.795.4911.16-
YUV61.56145.74107.63-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3370930.650.2500.6420347.6224.71
Hex21465D4119040cb3019
Octal411061351013101003136031
Binary10000110001101011101100000111001010000001100101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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