Html Css Color HEX #297890 Astral

📋 copy color: '#297890'

red 41 ◦ green 120 ◦ blue 144

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

Shades of Astral #297890

Tints of Astral #297890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 13.44%
G = 39.34%
B = 47.21%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#297890 (or 0x297890) is known color: Astral. HEX triplet: 29, 78 and 90. RGB value is (41,120,144). Sum of RGB (Red+Green+Blue) = 41+120+144=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #297890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297890 is #D6876F. Grayscale: #626262. Windows color (decimal): -14059376 or 9467945. OLE color: 9467945.

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

Color convert

RGB 41 120 144 -
CMYK 0.72 0.17 0 0.44
HSL 193.98º 0.56% 0.36% -
HSV(B) 193.98º 0.72% 0.56% -
XYZ 12.66 15.92 28.79 -
YUV 99.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 41 120 144 0.72 0.17 0 0.44 193.98 0.56 0.36
Hex 29 78 90 48 11 0 2C C2 38 24
Octal 51 170 220 110 21 0 54 302 70 44
Binary 101001 1111000 10010000 1001000 10001 0 101100 11000010 111000 100100

Color Harmonies of #297890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297890

Black with #297890

Text Example


Text Example

White with #297890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297890; }

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

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

background-color css

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

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

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

border-color css

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

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

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