Html Css Color HEX #297692 Astral

📋 copy color: '#297692'

red 41 ◦ green 118 ◦ blue 146

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

Shades of Astral #297692

Tints of Astral #297692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 13.44%
G = 38.69%
B = 47.87%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#297692 (or 0x297692) is known color: Astral. HEX triplet: 29, 76 and 92. RGB value is (41,118,146). Sum of RGB (Red+Green+Blue) = 41+118+146=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #297692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297692 is #D6896D. Grayscale: #616161. Windows color (decimal): -14059886 or 9598505. OLE color: 9598505.

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

Color convert

RGB 41 118 146 -
CMYK 0.72 0.19 0 0.43
HSL 196º 0.56% 0.37% -
HSV(B) 196º 0.72% 0.57% -
XYZ 12.58 15.5 29.52 -
YUV 98.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 41 118 146 0.72 0.19 0 0.43 196 0.56 0.37
Hex 29 76 92 48 13 0 2B C4 38 25
Octal 51 166 222 110 23 0 53 304 70 45
Binary 101001 1110110 10010010 1001000 10011 0 101011 11000100 111000 100101

Color Harmonies of #297692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297692

Black with #297692

Text Example


Text Example

White with #297692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297692; }

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

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

background-color css

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

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

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

border-color css

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

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

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