#297892

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

Shades of Astral #297892

Tints of Astral #297892

Color information

#297892 (or 0x297892) is unknown color: approx Astral. HEX triplet: 29, 78 and 92. RGB value is (41,120,146). Sum of RGB (Red+Green+Blue) = 41+120+146=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #297892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297892 is #D6876D. Grayscale: #636363. Windows color (decimal): -14059374 or 9599017. OLE color: 9599017.

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

Color convert

RGB41120146-
CMYK0.720.1800.43
HSL194.86º56.15%36.67%-
HSV(B)194.86º71.92%57.25%-
XYZ12.8215.9829.6-
YUV99.34154.3386.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=13.36%
G=39.09%
B=47.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411201460.720.1800.43194.8656.1536.67
Hex297892481202Bc33825
Octal51170222110220533037045
Binary101001111100010010010100100010010010101111000011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297892; }

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

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

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

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

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

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

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

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