#21455B

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

Shades of Astronaut Blue #21455B

Tints of Astronaut Blue #21455B

Color information

#21455B (or 0x21455B) is unknown color: approx Astronaut Blue. HEX triplet: 21, 45 and 5B. RGB value is (33,69,91). Sum of RGB (Red+Green+Blue) = 33+69+91=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #21455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21455B is #DEBAA4. Grayscale: #3C3C3C. Windows color (decimal): -14596773 or 5981473. OLE color: 5981473.

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

Color convert

RGB336991-
CMYK0.640.2400.64
HSL202.76º46.77%24.31%-
HSV(B)202.76º63.74%35.69%-
XYZ4.645.3310.68-
YUV60.74145.07108.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=17.10%
G=35.75%
B=47.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3369910.640.2400.64202.7646.7724.31
Hex21455B4018040cb2f18
Octal411051331003001003135730
Binary10000110001011011011100000011000010000001100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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