#297694

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

Shades of Astral #297694

Tints of Astral #297694

Color information

#297694 (or 0x297694) is unknown color: approx Astral. HEX triplet: 29, 76 and 94. RGB value is (41,118,148). Sum of RGB (Red+Green+Blue) = 41+118+148=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #297694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297694 is #D6896B. Grayscale: #626262. Windows color (decimal): -14059884 or 9729577. OLE color: 9729577.

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

Color convert

RGB41118148-
CMYK0.720.2000.42
HSL196.82º56.61%37.06%-
HSV(B)196.82º72.3%58.04%-
XYZ12.7415.5730.35-
YUV98.4155.9987.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 148 (58.20% from 255) = 48.21%
R=13.36%
G=38.44%
B=48.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411181480.720.2000.42196.8256.6137.06
Hex297694481402Ac53925
Octal51166224110240523057145
Binary101001111011010010100100100010100010101011000101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297694; }

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

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

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

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

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

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

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

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