Html Css Color HEX #297488 Astral

📋 copy color: '#297488'

red 41 ◦ green 116 ◦ blue 136

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

Shades of Astral #297488

Tints of Astral #297488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 13.99%
G = 39.59%
B = 46.42%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#297488 (or 0x297488) is known color: Astral. HEX triplet: 29, 74 and 88. RGB value is (41,116,136). Sum of RGB (Red+Green+Blue) = 41+116+136=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #297488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297488 is #D68B77. Grayscale: #5F5F5F. Windows color (decimal): -14060408 or 8942633. OLE color: 8942633.

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

Color convert

RGB 41 116 136 -
CMYK 0.70 0.15 0 0.47
HSL 192.63º 0.54% 0.35% -
HSV(B) 192.63º 0.7% 0.53% -
XYZ 11.6 14.74 25.53 -
YUV 95.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 41 116 136 0.70 0.15 0 0.47 192.63 0.54 0.35
Hex 29 74 88 46 F 0 2F C1 36 23
Octal 51 164 210 106 17 0 57 301 66 43
Binary 101001 1110100 10001000 1000110 1111 0 101111 11000001 110110 100011

Color Harmonies of #297488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297488

Black with #297488

Text Example


Text Example

White with #297488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297488; }

 p { color: rgb(41,116,136); }

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

background-color css

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

 a { background-color: rgb(41,116,136); }

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

border-color css

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

 span { border-color: rgb(41,116,136); }

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