#174964

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

Shades of Astronaut Blue #174964

Tints of Astronaut Blue #174964

Color information

#174964 (or 0x174964) is unknown color: approx Astronaut Blue. HEX triplet: 17, 49 and 64. RGB value is (23,73,100). Sum of RGB (Red+Green+Blue) = 23+73+100=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #174964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174964 is #E8B69B. Grayscale: #3C3C3C. Windows color (decimal): -15251100 or 6572311. OLE color: 6572311.

HSL color Cylindrical-coordinate representation of color #174964: hue angle of 201.04º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174964 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2373100-
CMYK0.770.2700.61
HSL201.04º62.6%24.12%-
HSV(B)201.04º77%39.22%-
XYZ5.045.8712.92-
YUV61.13149.94100.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.73%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 100 (39.45% from 255) = 51.02%
R=11.73%
G=37.24%
B=51.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal23731000.770.2700.61201.0462.624.12
Hex1749644D1B03Dc93f18
Octal27111144115330753117730
Binary101111001001110010010011011101101111011100100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174964; }

 p { color: rgb(23,73,100); }

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

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

 a { background-color: rgb(23,73,100); }

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

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

 span { border-color: rgb(23,73,100); }

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