#174455

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

Shades of Astronaut Blue #174455

Tints of Astronaut Blue #174455

Color information

#174455 (or 0x174455) is unknown color: approx Astronaut Blue. HEX triplet: 17, 44 and 55. RGB value is (23,68,85). Sum of RGB (Red+Green+Blue) = 23+68+85=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #174455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174455 is #E8BBAA. Grayscale: #383838. Windows color (decimal): -15252395 or 5587991. OLE color: 5587991.

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

Color convert

RGB236885-
CMYK0.730.2000.67
HSL196.45º57.41%21.18%-
HSV(B)196.45º72.94%33.33%-
XYZ4.064.979.34-
YUV56.48144.09104.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.07%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=13.07%
G=38.64%
B=48.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2368850.730.2000.67196.4557.4121.18
Hex1744554914043c43915
Octal271041251112401033047125
Binary1011110001001010101100100110100010000111100010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174455; }

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

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

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

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

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

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

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

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