#297591

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

Shades of Astral #297591

Tints of Astral #297591

Color information

#297591 (or 0x297591) is unknown color: approx Astral. HEX triplet: 29, 75 and 91. RGB value is (41,117,145). Sum of RGB (Red+Green+Blue) = 41+117+145=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #297591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297591 is #D68A6E. Grayscale: #616161. Windows color (decimal): -14060143 or 9532713. OLE color: 9532713.

HSL color Cylindrical-coordinate representation of color #297591: hue angle of 196.15º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297591 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41117145-
CMYK0.720.1900.43
HSL196.15º55.91%36.47%-
HSV(B)196.15º71.72%56.86%-
XYZ12.3915.2429.08-
YUV97.47154.8287.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=13.53%
G=38.61%
B=47.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411171450.720.1900.43196.1555.9136.47
Hex297591481302Bc43824
Octal51165221110230533047044
Binary101001111010110010001100100010011010101111000100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297591; }

 p { color: rgb(41,117,145); }

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

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

 a { background-color: rgb(41,117,145); }

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

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

 span { border-color: rgb(41,117,145); }

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