#17486C

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

Shades of Astronaut Blue #17486C

Tints of Astronaut Blue #17486C

Color information

#17486C (or 0x17486C) is unknown color: approx Astronaut Blue. HEX triplet: 17, 48 and 6C. RGB value is (23,72,108). Sum of RGB (Red+Green+Blue) = 23+72+108=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #17486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17486C is #E8B793. Grayscale: #3D3D3D. Windows color (decimal): -15251348 or 7096343. OLE color: 7096343.

HSL color Cylindrical-coordinate representation of color #17486C: hue angle of 205.41º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17486C is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2372108-
CMYK0.790.3300.58
HSL205.41º64.89%25.69%-
HSV(B)205.41º78.7%42.35%-
XYZ5.385.915.04-
YUV61.45154.27100.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.33%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=11.33%
G=35.47%
B=53.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23721080.790.3300.58205.4164.8925.69
Hex17486C4F2103Acd411a
Octal271101541174107231510132
Binary10111100100011011001001111100001011101011001101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17486C; }

 p { color: rgb(23,72,108); }

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

<style>
 a { background-color: #17486C; }

 a { background-color: rgb(23,72,108); }

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

<style>
 span { border-color: #17486C; }

 span { border-color: rgb(23,72,108); }

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