Html Css Color HEX #297994 Astral

📋 copy color: '#297994'

red 41 ◦ green 121 ◦ blue 148

#297994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #297994

Tints of Astral #297994

RGB

 RED value IS 41 (16.41% from 255) = 13.23%

 GREEN value IS 121 (47.66% from 255) = 39.03%

 BLUE value IS 148 (58.2% from 255) = 47.74%

R = 13.23%
G = 39.03%
B = 47.74%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297994 (or 0x297994) is known color: Astral. HEX triplet: 29, 79 and 94. RGB value is (41,121,148). Sum of RGB (Red+Green+Blue) = 41+121+148=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #297994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297994 is #D6866B. Grayscale: #636363. Windows color (decimal): -14059116 or 9730345. OLE color: 9730345.

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

Color convert

RGB 41 121 148 -
CMYK 0.72 0.18 0 0.42
HSL 195.14º 0.57% 0.37% -
HSV(B) 195.14º 0.72% 0.58% -
XYZ 13.1 16.28 30.47 -
YUV 100.16 155 85.8 -
System Red Green Blue C M Y K H S L
Decimal 41 121 148 0.72 0.18 0 0.42 195.14 0.57 0.37
Hex 29 79 94 48 12 0 2A C3 39 25
Octal 51 171 224 110 22 0 52 303 71 45
Binary 101001 1111001 10010100 1001000 10010 0 101010 11000011 111001 100101

Color Harmonies of #297994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297994

Black with #297994

Text Example


Text Example

White with #297994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297994; }

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

 H1.HeaderClassName
 {
   color: #297994;
 }
 .AnyTagClassName
 {
   color: #297994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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