Html Css Color HEX #297896 Astral

📋 copy color: '#297896'

red 41 ◦ green 120 ◦ blue 150

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

Shades of Astral #297896

Tints of Astral #297896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.59%

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 13.18%
G = 38.59%
B = 48.23%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#297896 (or 0x297896) is known color: Astral. HEX triplet: 29, 78 and 96. RGB value is (41,120,150). Sum of RGB (Red+Green+Blue) = 41+120+150=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #297896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297896 is #D68769. Grayscale: #636363. Windows color (decimal): -14059370 or 9861161. OLE color: 9861161.

HSL color Cylindrical-coordinate representation of color #297896: hue angle of 196.51º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297896 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 120 150 -
CMYK 0.73 0.20 0 0.41
HSL 196.51º 0.57% 0.37% -
HSV(B) 196.51º 0.73% 0.59% -
XYZ 13.14 16.11 31.27 -
YUV 99.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 41 120 150 0.73 0.20 0 0.41 196.51 0.57 0.37
Hex 29 78 96 49 14 0 29 C5 39 25
Octal 51 170 226 111 24 0 51 305 71 45
Binary 101001 1111000 10010110 1001001 10100 0 101001 11000101 111001 100101

Color Harmonies of #297896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297896

Black with #297896

Text Example


Text Example

White with #297896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297896; }

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

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

background-color css

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

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

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

border-color css

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

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

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