#17455E

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

Shades of Astronaut Blue #17455E

Tints of Astronaut Blue #17455E

Color information

#17455E (or 0x17455E) is unknown color: approx Astronaut Blue. HEX triplet: 17, 45 and 5E. RGB value is (23,69,94). Sum of RGB (Red+Green+Blue) = 23+69+94=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #17455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17455E is #E8BAA1. Grayscale: #393939. Windows color (decimal): -15252130 or 6178071. OLE color: 6178071.

HSL color Cylindrical-coordinate representation of color #17455E: hue angle of 201.13º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17455E is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB236994-
CMYK0.760.2700.63
HSL201.13º60.68%22.94%-
HSV(B)201.13º75.53%36.86%-
XYZ4.55.2511.37-
YUV58.1148.26102.97-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=12.37%
G=37.10%
B=50.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2369940.760.2700.63201.1360.6822.94
Hex17455E4C1B03Fc93d17
Octal27105136114330773117527
Binary101111000101101111010011001101101111111100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17455E; }

 p { color: rgb(23,69,94); }

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

<style>
 a { background-color: #17455E; }

 a { background-color: rgb(23,69,94); }

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

<style>
 span { border-color: #17455E; }

 span { border-color: rgb(23,69,94); }

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