#17495B

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

Shades of Astronaut Blue #17495B

Tints of Astronaut Blue #17495B

Color information

#17495B (or 0x17495B) is unknown color: approx Astronaut Blue. HEX triplet: 17, 49 and 5B. RGB value is (23,73,91). Sum of RGB (Red+Green+Blue) = 23+73+91=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #17495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17495B is #E8B6A4. Grayscale: #3B3B3B. Windows color (decimal): -15251109 or 5982487. OLE color: 5982487.

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

Color convert

RGB237391-
CMYK0.750.2000.64
HSL195.88º59.65%22.35%-
HSV(B)195.88º74.73%35.69%-
XYZ4.625.710.75-
YUV60.1145.44101.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.30%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=12.30%
G=39.04%
B=48.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2373910.750.2000.64195.8859.6522.35
Hex17495B4B14040c43c16
Octal271111331132401003047426
Binary1011110010011011011100101110100010000001100010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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