Html Css Color HEX #297792 Astral

📋 copy color: '#297792'

red 41 ◦ green 119 ◦ blue 146

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

Shades of Astral #297792

Tints of Astral #297792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.71%

R = 13.4%
G = 38.89%
B = 47.71%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#297792 (or 0x297792) is known color: Astral. HEX triplet: 29, 77 and 92. RGB value is (41,119,146). Sum of RGB (Red+Green+Blue) = 41+119+146=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #297792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297792 is #D6886D. Grayscale: #626262. Windows color (decimal): -14059630 or 9598761. OLE color: 9598761.

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

Color convert

RGB 41 119 146 -
CMYK 0.72 0.18 0 0.43
HSL 195.43º 0.56% 0.37% -
HSV(B) 195.43º 0.72% 0.57% -
XYZ 12.7 15.74 29.56 -
YUV 98.76 154.66 86.8 -
System Red Green Blue C M Y K H S L
Decimal 41 119 146 0.72 0.18 0 0.43 195.43 0.56 0.37
Hex 29 77 92 48 12 0 2B C3 38 25
Octal 51 167 222 110 22 0 53 303 70 45
Binary 101001 1110111 10010010 1001000 10010 0 101011 11000011 111000 100101

Color Harmonies of #297792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297792

Black with #297792

Text Example


Text Example

White with #297792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297792; }

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

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

background-color css

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

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

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

border-color css

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

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

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