Html Css Color HEX #296C76 Allports

📋 copy color: '#296C76'

red 41 ◦ green 108 ◦ blue 118

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

Shades of Allports #296C76

Tints of Allports #296C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.45%

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 15.36%
G = 40.45%
B = 44.19%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296C76 (or 0x296C76) is known color: Allports. HEX triplet: 29, 6C and 76. RGB value is (41,108,118). Sum of RGB (Red+Green+Blue) = 41+108+118=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #296C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C76 is #D69389. Grayscale: #595959. Windows color (decimal): -14062474 or 7760937. OLE color: 7760937.

HSL color Cylindrical-coordinate representation of color #296C76: hue angle of 187.79º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296C76 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 108 118 -
CMYK 0.65 0.08 0 0.54
HSL 187.79º 0.48% 0.31% -
HSV(B) 187.79º 0.65% 0.46% -
XYZ 9.55 12.5 19.05 -
YUV 89.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 41 108 118 0.65 0.08 0 0.54 187.79 0.48 0.31
Hex 29 6C 76 41 8 0 36 BC 30 1F
Octal 51 154 166 101 10 0 66 274 60 37
Binary 101001 1101100 1110110 1000001 1000 0 110110 10111100 110000 11111

Color Harmonies of #296C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C76

Black with #296C76

Text Example


Text Example

White with #296C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,108,118); }

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

background-color css

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

 a { background-color: rgb(41,108,118); }

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

border-color css

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

 span { border-color: rgb(41,108,118); }

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