Html Css Color HEX #296986 Astral

📋 copy color: '#296986'

red 41 ◦ green 105 ◦ blue 134

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

Shades of Astral #296986

Tints of Astral #296986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 47.86%

R = 14.64%
G = 37.5%
B = 47.86%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296986 (or 0x296986) is known color: Astral. HEX triplet: 29, 69 and 86. RGB value is (41,105,134). Sum of RGB (Red+Green+Blue) = 41+105+134=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #296986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296986 is #D69679. Grayscale: #585858. Windows color (decimal): -14063226 or 8808745. OLE color: 8808745.

HSL color Cylindrical-coordinate representation of color #296986: hue angle of 198.71º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296986 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 105 134 -
CMYK 0.69 0.22 0 0.47
HSL 198.71º 0.53% 0.34% -
HSV(B) 198.71º 0.69% 0.53% -
XYZ 10.27 12.3 24.39 -
YUV 89.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 41 105 134 0.69 0.22 0 0.47 198.71 0.53 0.34
Hex 29 69 86 45 16 0 2F C7 35 22
Octal 51 151 206 105 26 0 57 307 65 42
Binary 101001 1101001 10000110 1000101 10110 0 101111 11000111 110101 100010

Color Harmonies of #296986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296986

Black with #296986

Text Example


Text Example

White with #296986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296986; }

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

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

background-color css

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

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

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

border-color css

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

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

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