Html Css Color HEX #296E77 Allports

📋 copy color: '#296E77'

red 41 ◦ green 110 ◦ blue 119

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

Shades of Allports #296E77

Tints of Allports #296E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.74%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 15.19%
G = 40.74%
B = 44.07%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296E77 (or 0x296E77) is known color: Allports. HEX triplet: 29, 6E and 77. RGB value is (41,110,119). Sum of RGB (Red+Green+Blue) = 41+110+119=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #296E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E77 is #D69188. Grayscale: #5A5A5A. Windows color (decimal): -14061961 or 7826985. OLE color: 7826985.

HSL color Cylindrical-coordinate representation of color #296E77: hue angle of 186.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296E77 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 110 119 -
CMYK 0.66 0.08 0 0.53
HSL 186.92º 0.49% 0.31% -
HSV(B) 186.92º 0.66% 0.47% -
XYZ 9.82 12.96 19.44 -
YUV 90.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 41 110 119 0.66 0.08 0 0.53 186.92 0.49 0.31
Hex 29 6E 77 42 8 0 35 BB 31 1F
Octal 51 156 167 102 10 0 65 273 61 37
Binary 101001 1101110 1110111 1000010 1000 0 110101 10111011 110001 11111

Color Harmonies of #296E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E77

Black with #296E77

Text Example


Text Example

White with #296E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,110,119); }

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

background-color css

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

 a { background-color: rgb(41,110,119); }

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

border-color css

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

 span { border-color: rgb(41,110,119); }

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