#174355

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

Shades of Astronaut Blue #174355

Tints of Astronaut Blue #174355

Color information

#174355 (or 0x174355) is unknown color: approx Astronaut Blue. HEX triplet: 17, 43 and 55. RGB value is (23,67,85). Sum of RGB (Red+Green+Blue) = 23+67+85=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #174355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174355 is #E8BCAA. Grayscale: #373737. Windows color (decimal): -15252651 or 5587735. OLE color: 5587735.

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

Color convert

RGB236785-
CMYK0.730.2100.67
HSL197.42º57.41%21.18%-
HSV(B)197.42º72.94%33.33%-
XYZ44.859.32-
YUV55.9144.42104.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.14%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=13.14%
G=38.29%
B=48.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2367850.730.2100.67197.4257.4121.18
Hex1743554915043c53915
Octal271031251112501033057125
Binary1011110000111010101100100110101010000111100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174355; }

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

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

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

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

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

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

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

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