Html Css Color HEX #296B76 Allports

📋 copy color: '#296B76'

red 41 ◦ green 107 ◦ blue 118

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

Shades of Allports #296B76

Tints of Allports #296B76

RGB

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

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

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

R = 15.41%
G = 40.23%
B = 44.36%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296B76 (or 0x296B76) is known color: Allports. HEX triplet: 29, 6B and 76. RGB value is (41,107,118). Sum of RGB (Red+Green+Blue) = 41+107+118=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #296B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B76 is #D69489. Grayscale: #585858. Windows color (decimal): -14062730 or 7760681. OLE color: 7760681.

HSL color Cylindrical-coordinate representation of color #296B76: hue angle of 188.57º 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 #296B76 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 107 118 -
CMYK 0.65 0.09 0 0.54
HSL 188.57º 0.48% 0.31% -
HSV(B) 188.57º 0.65% 0.46% -
XYZ 9.44 12.29 19.02 -
YUV 88.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 41 107 118 0.65 0.09 0 0.54 188.57 0.48 0.31
Hex 29 6B 76 41 9 0 36 BD 30 1F
Octal 51 153 166 101 11 0 66 275 60 37
Binary 101001 1101011 1110110 1000001 1001 0 110110 10111101 110000 11111

Color Harmonies of #296B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B76

Black with #296B76

Text Example


Text Example

White with #296B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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