#297894

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

Shades of Astral #297894

Tints of Astral #297894

Color information

#297894 (or 0x297894) is unknown color: approx Astral. HEX triplet: 29, 78 and 94. RGB value is (41,120,148). Sum of RGB (Red+Green+Blue) = 41+120+148=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #297894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297894 is #D6876B. Grayscale: #636363. Windows color (decimal): -14059372 or 9730089. OLE color: 9730089.

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

Color convert

RGB41120148-
CMYK0.720.1900.42
HSL195.7º56.61%37.06%-
HSV(B)195.7º72.3%58.04%-
XYZ12.9816.0430.43-
YUV99.57155.3386.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=13.27%
G=38.83%
B=47.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411201480.720.1900.42195.756.6137.06
Hex297894481302Ac43925
Octal51170224110230523047145
Binary101001111100010010100100100010011010101011000100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297894; }

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

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

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

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

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

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

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

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