#21455f

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

Shades of Astronaut Blue #21455F

Tints of Astronaut Blue #21455F

Color information

#21455F (or 0x21455F) is unknown color: approx Astronaut Blue. HEX triplet: 21, 45 and 5F. RGB value is (33,69,95). Sum of RGB (Red+Green+Blue) = 33+69+95=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #21455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21455F is #DEBAA0. Grayscale: #3D3D3D. Windows color (decimal): -14596769 or 6243617. OLE color: 6243617.

HSL color Cylindrical-coordinate representation of color #21455F: hue angle of 205.16º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21455F is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB336995-
CMYK0.650.2700.63
HSL205.16º48.44%25.1%-
HSV(B)205.16º65.26%37.25%-
XYZ4.825.4111.62-
YUV61.2147.07107.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=16.75%
G=35.03%
B=48.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3369950.650.2700.63205.1648.4425.1
Hex21455F411B03Fcd3019
Octal41105137101330773156031
Binary1000011000101101111110000011101101111111100110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21455f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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