#17475D

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

Shades of Astronaut Blue #17475D

Tints of Astronaut Blue #17475D

Color information

#17475D (or 0x17475D) is unknown color: approx Astronaut Blue. HEX triplet: 17, 47 and 5D. RGB value is (23,71,93). Sum of RGB (Red+Green+Blue) = 23+71+93=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #17475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17475D is #E8B8A2. Grayscale: #3B3B3B. Windows color (decimal): -15251619 or 6113047. OLE color: 6113047.

HSL color Cylindrical-coordinate representation of color #17475D: hue angle of 198.86º 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 #17475D is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB237193-
CMYK0.750.2400.64
HSL198.86º60.34%22.75%-
HSV(B)198.86º75.27%36.47%-
XYZ4.585.4811.17-
YUV59.16147.1102.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.30%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=12.30%
G=37.97%
B=49.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2371930.750.2400.64198.8660.3422.75
Hex17475D4B18040c73c17
Octal271071351133001003077427
Binary1011110001111011101100101111000010000001100011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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