Html Css Color HEX #297796 Astral

📋 copy color: '#297796'

red 41 ◦ green 119 ◦ blue 150

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

Shades of Astral #297796

Tints of Astral #297796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

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

R = 13.23%
G = 38.39%
B = 48.39%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#297796 (or 0x297796) is known color: Astral. HEX triplet: 29, 77 and 96. RGB value is (41,119,150). Sum of RGB (Red+Green+Blue) = 41+119+150=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #297796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297796 is #D68869. Grayscale: #636363. Windows color (decimal): -14059626 or 9860905. OLE color: 9860905.

HSL color Cylindrical-coordinate representation of color #297796: hue angle of 197.06º 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 #297796 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 119 150 -
CMYK 0.73 0.21 0 0.41
HSL 197.06º 0.57% 0.37% -
HSV(B) 197.06º 0.73% 0.59% -
XYZ 13.02 15.87 31.23 -
YUV 99.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 41 119 150 0.73 0.21 0 0.41 197.06 0.57 0.37
Hex 29 77 96 49 15 0 29 C5 39 25
Octal 51 167 226 111 25 0 51 305 71 45
Binary 101001 1110111 10010110 1001001 10101 0 101001 11000101 111001 100101

Color Harmonies of #297796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297796

Black with #297796

Text Example


Text Example

White with #297796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297796; }

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

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

background-color css

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

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

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

border-color css

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

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

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