Html Css Color HEX #297189 Astral

📋 copy color: '#297189'

red 41 ◦ green 113 ◦ blue 137

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

Shades of Astral #297189

Tints of Astral #297189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

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

R = 14.09%
G = 38.83%
B = 47.08%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#297189 (or 0x297189) is known color: Astral. HEX triplet: 29, 71 and 89. RGB value is (41,113,137). Sum of RGB (Red+Green+Blue) = 41+113+137=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #297189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297189 is #D68E76. Grayscale: #5E5E5E. Windows color (decimal): -14061175 or 9007401. OLE color: 9007401.

HSL color Cylindrical-coordinate representation of color #297189: hue angle of 195º 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 #297189 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 113 137 -
CMYK 0.70 0.18 0 0.46
HSL 195º 0.54% 0.35% -
HSV(B) 195º 0.7% 0.54% -
XYZ 11.33 14.09 25.79 -
YUV 94.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 41 113 137 0.70 0.18 0 0.46 195 0.54 0.35
Hex 29 71 89 46 12 0 2E C3 36 23
Octal 51 161 211 106 22 0 56 303 66 43
Binary 101001 1110001 10001001 1000110 10010 0 101110 11000011 110110 100011

Color Harmonies of #297189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297189

Black with #297189

Text Example


Text Example

White with #297189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297189; }

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

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

background-color css

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

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

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

border-color css

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

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

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