#297A92

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

Shades of Astral #297A92

Tints of Astral #297A92

Color information

#297A92 (or 0x297A92) is unknown color: approx Astral. HEX triplet: 29, 7A and 92. RGB value is (41,122,146). Sum of RGB (Red+Green+Blue) = 41+122+146=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #297A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A92 is #D6856D. Grayscale: #646464. Windows color (decimal): -14058862 or 9599529. OLE color: 9599529.

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

Color convert

RGB41122146-
CMYK0.720.1600.43
HSL193.71º56.15%36.67%-
HSV(B)193.71º71.92%57.25%-
XYZ13.0616.4729.68-
YUV100.52153.6685.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 122 (48.05% from 255) = 39.48%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=13.27%
G=39.48%
B=47.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411221460.720.1600.43193.7156.1536.67
Hex297A92481002Bc23825
Octal51172222110200533027045
Binary101001111101010010010100100010000010101111000010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297A92; }

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

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

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

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

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

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

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

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