#174056

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

Shades of Astronaut Blue #174056

Tints of Astronaut Blue #174056

Color information

#174056 (or 0x174056) is unknown color: approx Astronaut Blue. HEX triplet: 17, 40 and 56. RGB value is (23,64,86). Sum of RGB (Red+Green+Blue) = 23+64+86=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #174056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174056 is #E8BFA9. Grayscale: #363636. Windows color (decimal): -15253418 or 5652503. OLE color: 5652503.

HSL color Cylindrical-coordinate representation of color #174056: hue angle of 200.95º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174056 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB236486-
CMYK0.730.2600.66
HSL200.95º57.8%21.37%-
HSV(B)200.95º73.26%33.73%-
XYZ3.874.529.47-
YUV54.25145.92105.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.29%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=13.29%
G=36.99%
B=49.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2364860.730.2600.66200.9557.821.37
Hex174056491A042c93a15
Octal271001261113201023117225
Binary1011110000001010110100100111010010000101100100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174056; }

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

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

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

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

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

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

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

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