Html Css Color HEX #296D77 Allports

📋 copy color: '#296D77'

red 41 ◦ green 109 ◦ blue 119

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

Shades of Allports #296D77

Tints of Allports #296D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.52%

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

R = 15.24%
G = 40.52%
B = 44.24%

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

#296D77 (or 0x296D77) is known color: Allports. HEX triplet: 29, 6D and 77. RGB value is (41,109,119). Sum of RGB (Red+Green+Blue) = 41+109+119=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #296D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D77 is #D69288. Grayscale: #595959. Windows color (decimal): -14062217 or 7826729. OLE color: 7826729.

HSL color Cylindrical-coordinate representation of color #296D77: hue angle of 187.69º 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 #296D77 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 109 119 -
CMYK 0.66 0.08 0 0.53
HSL 187.69º 0.49% 0.31% -
HSV(B) 187.69º 0.66% 0.47% -
XYZ 9.71 12.74 19.4 -
YUV 89.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 41 109 119 0.66 0.08 0 0.53 187.69 0.49 0.31
Hex 29 6D 77 42 8 0 35 BC 31 1F
Octal 51 155 167 102 10 0 65 274 61 37
Binary 101001 1101101 1110111 1000010 1000 0 110101 10111100 110001 11111

Color Harmonies of #296D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D77

Black with #296D77

Text Example


Text Example

White with #296D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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