Html Css Color HEX #296987 Astral

📋 copy color: '#296987'

red 41 ◦ green 105 ◦ blue 135

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

Shades of Astral #296987

Tints of Astral #296987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.37%

 BLUE value IS 135 (53.13% from 255) = 48.04%

R = 14.59%
G = 37.37%
B = 48.04%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296987 (or 0x296987) is known color: Astral. HEX triplet: 29, 69 and 87. RGB value is (41,105,135). Sum of RGB (Red+Green+Blue) = 41+105+135=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #296987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296987 is #D69678. Grayscale: #595959. Windows color (decimal): -14063225 or 8874281. OLE color: 8874281.

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

Color convert

RGB 41 105 135 -
CMYK 0.70 0.22 0 0.47
HSL 199.15º 0.53% 0.35% -
HSV(B) 199.15º 0.7% 0.53% -
XYZ 10.34 12.32 24.76 -
YUV 89.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 41 105 135 0.70 0.22 0 0.47 199.15 0.53 0.35
Hex 29 69 87 46 16 0 2F C7 35 23
Octal 51 151 207 106 26 0 57 307 65 43
Binary 101001 1101001 10000111 1000110 10110 0 101111 11000111 110101 100011

Color Harmonies of #296987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296987

Black with #296987

Text Example


Text Example

White with #296987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296987; }

 p { color: rgb(41,105,135); }

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

background-color css

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

 a { background-color: rgb(41,105,135); }

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

border-color css

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

 span { border-color: rgb(41,105,135); }

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