#17445B

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

Shades of Astronaut Blue #17445B

Tints of Astronaut Blue #17445B

Color information

#17445B (or 0x17445B) is unknown color: approx Astronaut Blue. HEX triplet: 17, 44 and 5B. RGB value is (23,68,91). Sum of RGB (Red+Green+Blue) = 23+68+91=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #17445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17445B is #E8BBA4. Grayscale: #393939. Windows color (decimal): -15252389 or 5981207. OLE color: 5981207.

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

Color convert

RGB236891-
CMYK0.750.2500.64
HSL200.29º59.65%22.35%-
HSV(B)200.29º74.73%35.69%-
XYZ4.315.0710.65-
YUV57.17147.09103.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.64%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 91 (35.94% from 255) = 50%
R=12.64%
G=37.36%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2368910.750.2500.64200.2959.6522.35
Hex17445B4B19040c83c16
Octal271041331133101003107426
Binary1011110001001011011100101111001010000001100100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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