Html Css Color HEX #297389 Astral

📋 copy color: '#297389'

red 41 ◦ green 115 ◦ blue 137

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

Shades of Astral #297389

Tints of Astral #297389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.76%

R = 13.99%
G = 39.25%
B = 46.76%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#297389 (or 0x297389) is known color: Astral. HEX triplet: 29, 73 and 89. RGB value is (41,115,137). Sum of RGB (Red+Green+Blue) = 41+115+137=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #297389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297389 is #D68C76. Grayscale: #5F5F5F. Windows color (decimal): -14060663 or 9007913. OLE color: 9007913.

HSL color Cylindrical-coordinate representation of color #297389: hue angle of 193.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #297389 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 115 137 -
CMYK 0.70 0.16 0 0.46
HSL 193.75º 0.54% 0.35% -
HSV(B) 193.75º 0.7% 0.54% -
XYZ 11.56 14.54 25.86 -
YUV 95.38 151.48 89.21 -
System Red Green Blue C M Y K H S L
Decimal 41 115 137 0.70 0.16 0 0.46 193.75 0.54 0.35
Hex 29 73 89 46 10 0 2E C2 36 23
Octal 51 163 211 106 20 0 56 302 66 43
Binary 101001 1110011 10001001 1000110 10000 0 101110 11000010 110110 100011

Color Harmonies of #297389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297389

Black with #297389

Text Example


Text Example

White with #297389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297389; }

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

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

background-color css

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

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

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

border-color css

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

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

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