#297294

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

Shades of Astral #297294

Tints of Astral #297294

Color information

#297294 (or 0x297294) is unknown color: approx Astral. HEX triplet: 29, 72 and 94. RGB value is (41,114,148). Sum of RGB (Red+Green+Blue) = 41+114+148=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #297294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297294 is #D68D6B. Grayscale: #5F5F5F. Windows color (decimal): -14060908 or 9728553. OLE color: 9728553.

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

Color convert

RGB41114148-
CMYK0.720.2300.42
HSL199.07º56.61%37.06%-
HSV(B)199.07º72.3%58.04%-
XYZ12.2814.6430.2-
YUV96.05157.3288.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=13.53%
G=37.62%
B=48.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411141480.720.2300.42199.0756.6137.06
Hex297294481702Ac73925
Octal51162224110270523077145
Binary101001111001010010100100100010111010101011000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297294; }

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

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

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

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

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

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

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

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