#174055

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

Shades of Astronaut Blue #174055

Tints of Astronaut Blue #174055

Color information

#174055 (or 0x174055) is unknown color: approx Astronaut Blue. HEX triplet: 17, 40 and 55. RGB value is (23,64,85). Sum of RGB (Red+Green+Blue) = 23+64+85=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #174055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174055 is #E8BFAA. Grayscale: #363636. Windows color (decimal): -15253419 or 5586967. OLE color: 5586967.

HSL color Cylindrical-coordinate representation of color #174055: hue angle of 200.32º 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 #174055 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB236485-
CMYK0.730.2500.67
HSL200.32º57.41%21.18%-
HSV(B)200.32º72.94%33.33%-
XYZ3.834.59.26-
YUV54.14145.42105.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.37%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=13.37%
G=37.21%
B=49.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2364850.730.2500.67200.3257.4121.18
Hex1740554919043c83915
Octal271001251113101033107125
Binary1011110000001010101100100111001010000111100100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174055; }

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

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

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

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

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

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

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

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