Html Css Color HEX #297291 Astral

📋 copy color: '#297291'

red 41 ◦ green 114 ◦ blue 145

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

Shades of Astral #297291

Tints of Astral #297291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 13.67%
G = 38%
B = 48.33%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#297291 (or 0x297291) is known color: Astral. HEX triplet: 29, 72 and 91. RGB value is (41,114,145). Sum of RGB (Red+Green+Blue) = 41+114+145=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #297291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297291 is #D68D6E. Grayscale: #5F5F5F. Windows color (decimal): -14060911 or 9531945. OLE color: 9531945.

HSL color Cylindrical-coordinate representation of color #297291: hue angle of 197.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297291 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 114 145 -
CMYK 0.72 0.21 0 0.43
HSL 197.88º 0.56% 0.36% -
HSV(B) 197.88º 0.72% 0.57% -
XYZ 12.04 14.55 28.96 -
YUV 95.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 41 114 145 0.72 0.21 0 0.43 197.88 0.56 0.36
Hex 29 72 91 48 15 0 2B C6 38 24
Octal 51 162 221 110 25 0 53 306 70 44
Binary 101001 1110010 10010001 1001000 10101 0 101011 11000110 111000 100100

Color Harmonies of #297291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297291

Black with #297291

Text Example


Text Example

White with #297291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297291; }

 p { color: rgb(41,114,145); }

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

background-color css

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

 a { background-color: rgb(41,114,145); }

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

border-color css

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

 span { border-color: rgb(41,114,145); }

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