Html Css Color HEX #296676 Allports

📋 copy color: '#296676'

red 41 ◦ green 102 ◦ blue 118

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

Shades of Allports #296676

Tints of Allports #296676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.08%

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

R = 15.71%
G = 39.08%
B = 45.21%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296676 (or 0x296676) is known color: Allports. HEX triplet: 29, 66 and 76. RGB value is (41,102,118). Sum of RGB (Red+Green+Blue) = 41+102+118=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #296676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296676 is #D69989. Grayscale: #555555. Windows color (decimal): -14064010 or 7759401. OLE color: 7759401.

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

Color convert

RGB 41 102 118 -
CMYK 0.65 0.14 0 0.54
HSL 192.47º 0.48% 0.31% -
HSV(B) 192.47º 0.65% 0.46% -
XYZ 8.94 11.28 18.85 -
YUV 85.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 41 102 118 0.65 0.14 0 0.54 192.47 0.48 0.31
Hex 29 66 76 41 E 0 36 C0 30 1F
Octal 51 146 166 101 16 0 66 300 60 37
Binary 101001 1100110 1110110 1000001 1110 0 110110 11000000 110000 11111

Color Harmonies of #296676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296676

Black with #296676

Text Example


Text Example

White with #296676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296676; }

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

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

background-color css

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

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

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

border-color css

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

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

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