#174460

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

Shades of Astronaut Blue #174460

Tints of Astronaut Blue #174460

Color information

#174460 (or 0x174460) is unknown color: approx Astronaut Blue. HEX triplet: 17, 44 and 60. RGB value is (23,68,96). Sum of RGB (Red+Green+Blue) = 23+68+96=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #174460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174460 is #E8BB9F. Grayscale: #393939. Windows color (decimal): -15252384 or 6308887. OLE color: 6308887.

HSL color Cylindrical-coordinate representation of color #174460: hue angle of 203.01º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174460 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB236896-
CMYK0.760.2900.62
HSL203.01º61.34%23.33%-
HSV(B)203.01º76.04%37.65%-
XYZ4.535.1611.82-
YUV57.74149.59103.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.30%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=12.30%
G=36.36%
B=51.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2368960.760.2900.62203.0161.3423.33
Hex1744604C1D03Ecb3d17
Octal27104140114350763137527
Binary101111000100110000010011001110101111101100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174460; }

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

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

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

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

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

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

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

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