#21485A

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

Shades of Astronaut Blue #21485A

Tints of Astronaut Blue #21485A

Color information

#21485A (or 0x21485A) is unknown color: approx Astronaut Blue. HEX triplet: 21, 48 and 5A. RGB value is (33,72,90). Sum of RGB (Red+Green+Blue) = 33+72+90=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #21485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21485A is #DEB7A5. Grayscale: #3E3E3E. Windows color (decimal): -14596006 or 5916705. OLE color: 5916705.

HSL color Cylindrical-coordinate representation of color #21485A: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21485A is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB337290-
CMYK0.630.2000.65
HSL198.95º46.34%24.12%-
HSV(B)198.95º63.33%35.29%-
XYZ4.795.710.52-
YUV62.39143.58107.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=16.92%
G=36.92%
B=46.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3372900.630.2000.65198.9546.3424.12
Hex21485A3F14041c72e18
Octal41110132772401013075630
Binary1000011001000101101011111110100010000011100011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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