Html Css Color HEX #297889 Astral

📋 copy color: '#297889'

red 41 ◦ green 120 ◦ blue 137

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

Shades of Astral #297889

Tints of Astral #297889

RGB

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

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

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

R = 13.76%
G = 40.27%
B = 45.97%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#297889 (or 0x297889) is known color: Astral. HEX triplet: 29, 78 and 89. RGB value is (41,120,137). Sum of RGB (Red+Green+Blue) = 41+120+137=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #297889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297889 is #D68776. Grayscale: #626262. Windows color (decimal): -14059383 or 9009193. OLE color: 9009193.

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

Color convert

RGB 41 120 137 -
CMYK 0.70 0.12 0 0.46
HSL 190.63º 0.54% 0.35% -
HSV(B) 190.63º 0.7% 0.54% -
XYZ 12.15 15.71 26.06 -
YUV 98.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 41 120 137 0.70 0.12 0 0.46 190.63 0.54 0.35
Hex 29 78 89 46 C 0 2E BF 36 23
Octal 51 170 211 106 14 0 56 277 66 43
Binary 101001 1111000 10001001 1000110 1100 0 101110 10111111 110110 100011

Color Harmonies of #297889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297889

Black with #297889

Text Example


Text Example

White with #297889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297889; }

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

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

background-color css

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

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

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

border-color css

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

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

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