#174d65

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

Shades of Astronaut Blue #174D65

Tints of Astronaut Blue #174D65

Color information

#174D65 (or 0x174D65) is unknown color: approx Astronaut Blue. HEX triplet: 17, 4D and 65. RGB value is (23,77,101). Sum of RGB (Red+Green+Blue) = 23+77+101=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #174D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D65 is #E8B29A. Grayscale: #3F3F3F. Windows color (decimal): -15250075 or 6638871. OLE color: 6638871.

HSL color Cylindrical-coordinate representation of color #174D65: hue angle of 198.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174D65 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2377101-
CMYK0.770.2400.60
HSL198.46º62.9%24.31%-
HSV(B)198.46º77.23%39.61%-
XYZ5.366.4313.27-
YUV63.59149.1199.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.44%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=11.44%
G=38.31%
B=50.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23771010.770.2400.60198.4662.924.31
Hex174D654D1803Cc63f18
Octal27115145115300743067730
Binary101111001101110010110011011100001111001100011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174d65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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