Html Css Color HEX #296B86 Astral

📋 copy color: '#296B86'

red 41 ◦ green 107 ◦ blue 134

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

Shades of Astral #296B86

Tints of Astral #296B86

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

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

R = 14.54%
G = 37.94%
B = 47.52%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296B86 (or 0x296B86) is known color: Astral. HEX triplet: 29, 6B and 86. RGB value is (41,107,134). Sum of RGB (Red+Green+Blue) = 41+107+134=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #296B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296B86 is #D69479. Grayscale: #5A5A5A. Windows color (decimal): -14062714 or 8809257. OLE color: 8809257.

HSL color Cylindrical-coordinate representation of color #296B86: hue angle of 197.42º 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 #296B86 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 107 134 -
CMYK 0.69 0.20 0 0.47
HSL 197.42º 0.53% 0.34% -
HSV(B) 197.42º 0.69% 0.53% -
XYZ 10.48 12.71 24.46 -
YUV 90.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 41 107 134 0.69 0.20 0 0.47 197.42 0.53 0.34
Hex 29 6B 86 45 14 0 2F C5 35 22
Octal 51 153 206 105 24 0 57 305 65 42
Binary 101001 1101011 10000110 1000101 10100 0 101111 11000101 110101 100010

Color Harmonies of #296B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B86

Black with #296B86

Text Example


Text Example

White with #296B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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