#297992

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

Shades of Astral #297992

Tints of Astral #297992

Color information

#297992 (or 0x297992) is unknown color: approx Astral. HEX triplet: 29, 79 and 92. RGB value is (41,121,146). Sum of RGB (Red+Green+Blue) = 41+121+146=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #297992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297992 is #D6866D. Grayscale: #636363. Windows color (decimal): -14059118 or 9599273. OLE color: 9599273.

HSL color Cylindrical-coordinate representation of color #297992: hue angle of 194.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 #297992 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41121146-
CMYK0.720.1700.43
HSL194.29º56.15%36.67%-
HSV(B)194.29º71.92%57.25%-
XYZ12.9416.2229.64-
YUV99.9315485.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=13.31%
G=39.29%
B=47.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411211460.720.1700.43194.2956.1536.67
Hex297992481102Bc23825
Octal51171222110210533027045
Binary101001111100110010010100100010001010101111000010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297992; }

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

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

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

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

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

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

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

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