#17485B

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

Shades of Astronaut Blue #17485B

Tints of Astronaut Blue #17485B

Color information

#17485B (or 0x17485B) is unknown color: approx Astronaut Blue. HEX triplet: 17, 48 and 5B. RGB value is (23,72,91). Sum of RGB (Red+Green+Blue) = 23+72+91=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #17485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17485B is #E8B7A4. Grayscale: #3B3B3B. Windows color (decimal): -15251365 or 5982231. OLE color: 5982231.

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

Color convert

RGB237291-
CMYK0.750.2100.64
HSL196.76º59.65%22.35%-
HSV(B)196.76º74.73%35.69%-
XYZ4.565.5710.73-
YUV59.52145.77101.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=12.37%
G=38.71%
B=48.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2372910.750.2100.64196.7659.6522.35
Hex17485B4B15040c53c16
Octal271101331132501003057426
Binary1011110010001011011100101110101010000001100010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17485B; }

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

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

<style>
 a { background-color: #17485B; }

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

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

<style>
 span { border-color: #17485B; }

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

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