#21485B

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

Shades of Astronaut Blue #21485B

Tints of Astronaut Blue #21485B

Color information

#21485B (or 0x21485B) is unknown color: approx Astronaut Blue. HEX triplet: 21, 48 and 5B. RGB value is (33,72,91). Sum of RGB (Red+Green+Blue) = 33+72+91=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #21485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21485B is #DEB7A4. Grayscale: #3E3E3E. Windows color (decimal): -14596005 or 5982241. OLE color: 5982241.

HSL color Cylindrical-coordinate representation of color #21485B: hue angle of 199.66º 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 #21485B is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB337291-
CMYK0.640.2100.64
HSL199.66º46.77%24.31%-
HSV(B)199.66º63.74%35.69%-
XYZ4.835.7110.75-
YUV62.5144.08106.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=16.84%
G=36.73%
B=46.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3372910.640.2100.64199.6646.7724.31
Hex21485B4015040c82f18
Octal411101331002501003105730
Binary10000110010001011011100000010101010000001100100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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