Html Css Color HEX #297789 Astral

📋 copy color: '#297789'

red 41 ◦ green 119 ◦ blue 137

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

Shades of Astral #297789

Tints of Astral #297789

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.07%

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

R = 13.8%
G = 40.07%
B = 46.13%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#297789 (or 0x297789) is known color: Astral. HEX triplet: 29, 77 and 89. RGB value is (41,119,137). Sum of RGB (Red+Green+Blue) = 41+119+137=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #297789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297789 is #D68876. Grayscale: #616161. Windows color (decimal): -14059639 or 9008937. OLE color: 9008937.

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

Color convert

RGB 41 119 137 -
CMYK 0.70 0.13 0 0.46
HSL 191.25º 0.54% 0.35% -
HSV(B) 191.25º 0.7% 0.54% -
XYZ 12.03 15.47 26.02 -
YUV 97.73 150.16 87.54 -
System Red Green Blue C M Y K H S L
Decimal 41 119 137 0.70 0.13 0 0.46 191.25 0.54 0.35
Hex 29 77 89 46 D 0 2E BF 36 23
Octal 51 167 211 106 15 0 56 277 66 43
Binary 101001 1110111 10001001 1000110 1101 0 101110 10111111 110110 100011

Color Harmonies of #297789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297789

Black with #297789

Text Example


Text Example

White with #297789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297789; }

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

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

background-color css

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

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

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

border-color css

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

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

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