#174D60

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

Shades of Astronaut Blue #174D60

Tints of Astronaut Blue #174D60

Color information

#174D60 (or 0x174D60) is unknown color: approx Astronaut Blue. HEX triplet: 17, 4D and 60. RGB value is (23,77,96). Sum of RGB (Red+Green+Blue) = 23+77+96=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #174D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D60 is #E8B29F. Grayscale: #3E3E3E. Windows color (decimal): -15250080 or 6311191. OLE color: 6311191.

HSL color Cylindrical-coordinate representation of color #174D60: hue angle of 195.62º 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 #174D60 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB237796-
CMYK0.760.2000.62
HSL195.62º61.34%23.33%-
HSV(B)195.62º76.04%37.65%-
XYZ5.126.3312.02-
YUV63.02146.6199.46-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.73%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=11.73%
G=39.29%
B=48.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2377960.760.2000.62195.6261.3423.33
Hex174D604C1403Ec43d17
Octal27115140114240763047527
Binary101111001101110000010011001010001111101100010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174D60; }

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

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

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

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

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

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

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

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