#297292

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

Shades of Astral #297292

Tints of Astral #297292

Color information

#297292 (or 0x297292) is unknown color: approx Astral. HEX triplet: 29, 72 and 92. RGB value is (41,114,146). Sum of RGB (Red+Green+Blue) = 41+114+146=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #297292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297292 is #D68D6D. Grayscale: #5F5F5F. Windows color (decimal): -14060910 or 9597481. OLE color: 9597481.

HSL color Cylindrical-coordinate representation of color #297292: hue angle of 198.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297292 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41114146-
CMYK0.720.2200.43
HSL198.29º56.15%36.67%-
HSV(B)198.29º71.92%57.25%-
XYZ12.1214.5829.37-
YUV95.82156.3288.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=13.62%
G=37.87%
B=48.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411141460.720.2200.43198.2956.1536.67
Hex297292481602Bc63825
Octal51162222110260533067045
Binary101001111001010010010100100010110010101111000110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297292; }

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

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

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

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

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

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

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

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