#297194

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

Shades of Astral #297194

Tints of Astral #297194

Color information

#297194 (or 0x297194) is unknown color: approx Astral. HEX triplet: 29, 71 and 94. RGB value is (41,113,148). Sum of RGB (Red+Green+Blue) = 41+113+148=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #297194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297194 is #D68E6B. Grayscale: #5F5F5F. Windows color (decimal): -14061164 or 9728297. OLE color: 9728297.

HSL color Cylindrical-coordinate representation of color #297194: hue angle of 199.63º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297194 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41113148-
CMYK0.720.2400.42
HSL199.63º56.61%37.06%-
HSV(B)199.63º72.3%58.04%-
XYZ12.1614.4230.16-
YUV95.46157.6589.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=13.58%
G=37.42%
B=49.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411131480.720.2400.42199.6356.6137.06
Hex297194481802Ac83925
Octal51161224110300523107145
Binary101001111000110010100100100011000010101011001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297194; }

 p { color: rgb(41,113,148); }

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

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

 a { background-color: rgb(41,113,148); }

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

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

 span { border-color: rgb(41,113,148); }

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