Html Css Color HEX #297188 Astral

📋 copy color: '#297188'

red 41 ◦ green 113 ◦ blue 136

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

Shades of Astral #297188

Tints of Astral #297188

RGB

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

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

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

R = 14.14%
G = 38.97%
B = 46.9%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#297188 (or 0x297188) is known color: Astral. HEX triplet: 29, 71 and 88. RGB value is (41,113,136). Sum of RGB (Red+Green+Blue) = 41+113+136=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #297188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297188 is #D68E77. Grayscale: #5D5D5D. Windows color (decimal): -14061176 or 8941865. OLE color: 8941865.

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

Color convert

RGB 41 113 136 -
CMYK 0.70 0.17 0 0.47
HSL 194.53º 0.54% 0.35% -
HSV(B) 194.53º 0.7% 0.53% -
XYZ 11.26 14.06 25.41 -
YUV 94.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 41 113 136 0.70 0.17 0 0.47 194.53 0.54 0.35
Hex 29 71 88 46 11 0 2F C3 36 23
Octal 51 161 210 106 21 0 57 303 66 43
Binary 101001 1110001 10001000 1000110 10001 0 101111 11000011 110110 100011

Color Harmonies of #297188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297188

Black with #297188

Text Example


Text Example

White with #297188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297188; }

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

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

background-color css

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

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

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

border-color css

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

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

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