#21485C

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

Shades of Astronaut Blue #21485C

Tints of Astronaut Blue #21485C

Color information

#21485C (or 0x21485C) is unknown color: approx Astronaut Blue. HEX triplet: 21, 48 and 5C. RGB value is (33,72,92). Sum of RGB (Red+Green+Blue) = 33+72+92=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #21485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21485C is #DEB7A3. Grayscale: #3E3E3E. Windows color (decimal): -14596004 or 6047777. OLE color: 6047777.

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

Color convert

RGB337292-
CMYK0.640.2200.64
HSL200.34º47.2%24.51%-
HSV(B)200.34º64.13%36.08%-
XYZ4.885.7310.97-
YUV62.62144.58106.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=16.75%
G=36.55%
B=46.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3372920.640.2200.64200.3447.224.51
Hex21485C4016040c82f19
Octal411101341002601003105731
Binary10000110010001011100100000010110010000001100100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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