Html Css Color HEX #297589 Astral

📋 copy color: '#297589'

red 41 ◦ green 117 ◦ blue 137

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

Shades of Astral #297589

Tints of Astral #297589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

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

R = 13.9%
G = 39.66%
B = 46.44%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#297589 (or 0x297589) is known color: Astral. HEX triplet: 29, 75 and 89. RGB value is (41,117,137). Sum of RGB (Red+Green+Blue) = 41+117+137=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #297589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297589 is #D68A76. Grayscale: #606060. Windows color (decimal): -14060151 or 9008425. OLE color: 9008425.

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

Color convert

RGB 41 117 137 -
CMYK 0.70 0.15 0 0.46
HSL 192.5º 0.54% 0.35% -
HSV(B) 192.5º 0.7% 0.54% -
XYZ 11.79 15 25.94 -
YUV 96.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 41 117 137 0.70 0.15 0 0.46 192.5 0.54 0.35
Hex 29 75 89 46 F 0 2E C0 36 23
Octal 51 165 211 106 17 0 56 300 66 43
Binary 101001 1110101 10001001 1000110 1111 0 101110 11000000 110110 100011

Color Harmonies of #297589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297589

Black with #297589

Text Example


Text Example

White with #297589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297589; }

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

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

background-color css

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

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

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

border-color css

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

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

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