Html Css Color HEX #297288 Astral

📋 copy color: '#297288'

red 41 ◦ green 114 ◦ blue 136

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

Shades of Astral #297288

Tints of Astral #297288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

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

R = 14.09%
G = 39.18%
B = 46.74%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#297288 (or 0x297288) is known color: Astral. HEX triplet: 29, 72 and 88. RGB value is (41,114,136). Sum of RGB (Red+Green+Blue) = 41+114+136=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #297288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297288 is #D68D77. Grayscale: #5E5E5E. Windows color (decimal): -14060920 or 8942121. OLE color: 8942121.

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

Color convert

RGB 41 114 136 -
CMYK 0.70 0.16 0 0.47
HSL 193.89º 0.54% 0.35% -
HSV(B) 193.89º 0.7% 0.53% -
XYZ 11.38 14.28 25.45 -
YUV 94.68 151.32 89.71 -
System Red Green Blue C M Y K H S L
Decimal 41 114 136 0.70 0.16 0 0.47 193.89 0.54 0.35
Hex 29 72 88 46 10 0 2F C2 36 23
Octal 51 162 210 106 20 0 57 302 66 43
Binary 101001 1110010 10001000 1000110 10000 0 101111 11000010 110110 100011

Color Harmonies of #297288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297288

Black with #297288

Text Example


Text Example

White with #297288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297288; }

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

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

background-color css

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

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

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

border-color css

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

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

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