#17465D

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

Shades of Astronaut Blue #17465D

Tints of Astronaut Blue #17465D

Color information

#17465D (or 0x17465D) is unknown color: approx Astronaut Blue. HEX triplet: 17, 46 and 5D. RGB value is (23,70,93). Sum of RGB (Red+Green+Blue) = 23+70+93=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #17465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17465D is #E8B9A2. Grayscale: #3A3A3A. Windows color (decimal): -15251875 or 6112791. OLE color: 6112791.

HSL color Cylindrical-coordinate representation of color #17465D: hue angle of 199.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17465D is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB237093-
CMYK0.750.2500.64
HSL199.71º60.34%22.75%-
HSV(B)199.71º75.27%36.47%-
XYZ4.525.3511.15-
YUV58.57147.43102.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 93 (36.72% from 255) = 50%
R=12.37%
G=37.63%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2370930.750.2500.64199.7160.3422.75
Hex17465D4B19040c83c17
Octal271061351133101003107427
Binary1011110001101011101100101111001010000001100100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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