#17465E

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

Shades of Astronaut Blue #17465E

Tints of Astronaut Blue #17465E

Color information

#17465E (or 0x17465E) is unknown color: approx Astronaut Blue. HEX triplet: 17, 46 and 5E. RGB value is (23,70,94). Sum of RGB (Red+Green+Blue) = 23+70+94=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #17465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17465E is #E8B9A1. Grayscale: #3A3A3A. Windows color (decimal): -15251874 or 6178327. OLE color: 6178327.

HSL color Cylindrical-coordinate representation of color #17465E: hue angle of 200.28º 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 #17465E is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB237094-
CMYK0.760.2600.63
HSL200.28º60.68%22.94%-
HSV(B)200.28º75.53%36.86%-
XYZ4.565.3711.39-
YUV58.68147.93102.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.30%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=12.30%
G=37.43%
B=50.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2370940.760.2600.63200.2860.6822.94
Hex17465E4C1A03Fc83d17
Octal27106136114320773107527
Binary101111000110101111010011001101001111111100100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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