Html Css Color HEX #296A76 Allports

📋 copy color: '#296A76'

red 41 ◦ green 106 ◦ blue 118

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

Shades of Allports #296A76

Tints of Allports #296A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40%

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

R = 15.47%
G = 40%
B = 44.53%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296A76 (or 0x296A76) is known color: Allports. HEX triplet: 29, 6A and 76. RGB value is (41,106,118). Sum of RGB (Red+Green+Blue) = 41+106+118=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #296A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A76 is #D69589. Grayscale: #575757. Windows color (decimal): -14062986 or 7760425. OLE color: 7760425.

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

Color convert

RGB 41 106 118 -
CMYK 0.65 0.10 0 0.54
HSL 189.35º 0.48% 0.31% -
HSV(B) 189.35º 0.65% 0.46% -
XYZ 9.34 12.09 18.98 -
YUV 87.93 144.97 94.52 -
System Red Green Blue C M Y K H S L
Decimal 41 106 118 0.65 0.10 0 0.54 189.35 0.48 0.31
Hex 29 6A 76 41 A 0 36 BD 30 1F
Octal 51 152 166 101 12 0 66 275 60 37
Binary 101001 1101010 1110110 1000001 1010 0 110110 10111101 110000 11111

Color Harmonies of #296A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A76

Black with #296A76

Text Example


Text Example

White with #296A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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