#297293

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

Shades of Astral #297293

Tints of Astral #297293

Color information

#297293 (or 0x297293) is unknown color: approx Astral. HEX triplet: 29, 72 and 93. RGB value is (41,114,147). Sum of RGB (Red+Green+Blue) = 41+114+147=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #297293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297293 is #D68D6C. Grayscale: #5F5F5F. Windows color (decimal): -14060909 or 9663017. OLE color: 9663017.

HSL color Cylindrical-coordinate representation of color #297293: hue angle of 198.68º degrees, saturation: 0.56, 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 #297293 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41114147-
CMYK0.720.2200.42
HSL198.68º56.38%36.86%-
HSV(B)198.68º72.11%57.65%-
XYZ12.214.6129.78-
YUV95.93156.8288.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=13.58%
G=37.75%
B=48.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411141470.720.2200.42198.6856.3836.86
Hex297293481602Ac73825
Octal51162223110260523077045
Binary101001111001010010011100100010110010101011000111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297293; }

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

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

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

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

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

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

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

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