#297993

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

Shades of Astral #297993

Tints of Astral #297993

Color information

#297993 (or 0x297993) is unknown color: approx Astral. HEX triplet: 29, 79 and 93. RGB value is (41,121,147). Sum of RGB (Red+Green+Blue) = 41+121+147=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #297993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297993 is #D6866C. Grayscale: #636363. Windows color (decimal): -14059117 or 9664809. OLE color: 9664809.

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

Color convert

RGB41121147-
CMYK0.720.1800.42
HSL194.72º56.38%36.86%-
HSV(B)194.72º72.11%57.65%-
XYZ13.0216.2530.05-
YUV100.04154.585.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=13.27%
G=39.16%
B=47.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411211470.720.1800.42194.7256.3836.86
Hex297993481202Ac33825
Octal51171223110220523037045
Binary101001111100110010011100100010010010101011000011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297993; }

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

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

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

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

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

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

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

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