#297A94

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

Shades of Astral #297A94

Tints of Astral #297A94

Color information

#297A94 (or 0x297A94) is unknown color: approx Astral. HEX triplet: 29, 7A and 94. RGB value is (41,122,148). Sum of RGB (Red+Green+Blue) = 41+122+148=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #297A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A94 is #D6856B. Grayscale: #646464. Windows color (decimal): -14058860 or 9730601. OLE color: 9730601.

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

Color convert

RGB41122148-
CMYK0.720.1800.42
HSL194.58º56.61%37.06%-
HSV(B)194.58º72.3%58.04%-
XYZ13.2216.5330.51-
YUV100.74154.6685.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=13.18%
G=39.23%
B=47.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411221480.720.1800.42194.5856.6137.06
Hex297A94481202Ac33925
Octal51172224110220523037145
Binary101001111101010010100100100010010010101011000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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