Html Css Color HEX #297390 Astral

📋 copy color: '#297390'

red 41 ◦ green 115 ◦ blue 144

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

Shades of Astral #297390

Tints of Astral #297390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

 BLUE value IS 144 (56.64% from 255) = 48%

R = 13.67%
G = 38.33%
B = 48%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#297390 (or 0x297390) is known color: Astral. HEX triplet: 29, 73 and 90. RGB value is (41,115,144). Sum of RGB (Red+Green+Blue) = 41+115+144=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #297390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297390 is #D68C6F. Grayscale: #5F5F5F. Windows color (decimal): -14060656 or 9466665. OLE color: 9466665.

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

Color convert

RGB 41 115 144 -
CMYK 0.72 0.20 0 0.44
HSL 196.89º 0.56% 0.36% -
HSV(B) 196.89º 0.72% 0.56% -
XYZ 12.08 14.75 28.6 -
YUV 96.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 41 115 144 0.72 0.20 0 0.44 196.89 0.56 0.36
Hex 29 73 90 48 14 0 2C C5 38 24
Octal 51 163 220 110 24 0 54 305 70 44
Binary 101001 1110011 10010000 1001000 10100 0 101100 11000101 111000 100100

Color Harmonies of #297390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297390

Black with #297390

Text Example


Text Example

White with #297390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297390; }

 p { color: rgb(41,115,144); }

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

background-color css

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

 a { background-color: rgb(41,115,144); }

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

border-color css

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

 span { border-color: rgb(41,115,144); }

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