#297291

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

Shades of Astral #297291

Tints of Astral #297291

Color information

#297291 (or 0x297291) is unknown color: approx Astral. HEX triplet: 29, 72 and 91. RGB value is (41,114,145). Sum of RGB (Red+Green+Blue) = 41+114+145=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #297291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297291 is #D68D6E. Grayscale: #5F5F5F. Windows color (decimal): -14060911 or 9531945. OLE color: 9531945.

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

Color convert

RGB41114145-
CMYK0.720.2100.43
HSL197.88º55.91%36.47%-
HSV(B)197.88º71.72%56.86%-
XYZ12.0414.5528.96-
YUV95.71155.8288.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.67%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=13.67%
G=38%
B=48.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411141450.720.2100.43197.8855.9136.47
Hex297291481502Bc63824
Octal51162221110250533067044
Binary101001111001010010001100100010101010101111000110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297291; }

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

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

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

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

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

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

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

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