#174255

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

Shades of Astronaut Blue #174255

Tints of Astronaut Blue #174255

Color information

#174255 (or 0x174255) is unknown color: approx Astronaut Blue. HEX triplet: 17, 42 and 55. RGB value is (23,66,85). Sum of RGB (Red+Green+Blue) = 23+66+85=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #174255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174255 is #E8BDAA. Grayscale: #373737. Windows color (decimal): -15252907 or 5587479. OLE color: 5587479.

HSL color Cylindrical-coordinate representation of color #174255: hue angle of 198.39º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174255 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB236685-
CMYK0.730.2200.67
HSL198.39º57.41%21.18%-
HSV(B)198.39º72.94%33.33%-
XYZ3.944.739.3-
YUV55.31144.75104.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.22%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=13.22%
G=37.93%
B=48.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2366850.730.2200.67198.3957.4121.18
Hex1742554916043c63915
Octal271021251112601033067125
Binary1011110000101010101100100110110010000111100011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174255; }

 p { color: rgb(23,66,85); }

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

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

 a { background-color: rgb(23,66,85); }

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

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

 span { border-color: rgb(23,66,85); }

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