#17476C

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

Shades of Astronaut Blue #17476C

Tints of Astronaut Blue #17476C

Color information

#17476C (or 0x17476C) is unknown color: approx Astronaut Blue. HEX triplet: 17, 47 and 6C. RGB value is (23,71,108). Sum of RGB (Red+Green+Blue) = 23+71+108=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #17476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17476C is #E8B893. Grayscale: #3C3C3C. Windows color (decimal): -15251604 or 7096087. OLE color: 7096087.

HSL color Cylindrical-coordinate representation of color #17476C: hue angle of 206.12º 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 #17476C is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2371108-
CMYK0.790.3400.58
HSL206.12º64.89%25.69%-
HSV(B)206.12º78.7%42.35%-
XYZ5.315.7715.02-
YUV60.87154.6100.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.39%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=11.39%
G=35.15%
B=53.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23711080.790.3400.58206.1264.8925.69
Hex17476C4F2203Ace411a
Octal271071541174207231610132
Binary10111100011111011001001111100010011101011001110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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