#297794

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

Shades of Astral #297794

Tints of Astral #297794

Color information

#297794 (or 0x297794) is unknown color: approx Astral. HEX triplet: 29, 77 and 94. RGB value is (41,119,148). Sum of RGB (Red+Green+Blue) = 41+119+148=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #297794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297794 is #D6886B. Grayscale: #626262. Windows color (decimal): -14059628 or 9729833. OLE color: 9729833.

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

Color convert

RGB41119148-
CMYK0.720.2000.42
HSL196.26º56.61%37.06%-
HSV(B)196.26º72.3%58.04%-
XYZ12.8615.830.39-
YUV98.98155.6686.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 148 (58.20% from 255) = 48.05%
R=13.31%
G=38.64%
B=48.05%

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
Decimal411191480.720.2000.42196.2656.6137.06
Hex297794481402Ac43925
Octal51167224110240523047145
Binary101001111011110010100100100010100010101011000100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297794; }

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

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

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

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

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

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

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

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