#296B73

Color #296B73 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #296B73

Tints of Allports #296B73

Color information

#296B73 (or 0x296B73) is unknown color: approx Allports. HEX triplet: 29, 6B and 73. RGB value is (41,107,115). Sum of RGB (Red+Green+Blue) = 41+107+115=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #296B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B73 is #D6948C. Grayscale: #585858. Windows color (decimal): -14062733 or 7564073. OLE color: 7564073.

HSL color Cylindrical-coordinate representation of color #296B73: hue angle of 186.49º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296B73 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB41107115-
CMYK0.640.0700.55
HSL186.49º47.44%30.59%-
HSV(B)186.49º64.35%45.1%-
XYZ9.2712.2218.09-
YUV88.18143.1394.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=15.59%
G=40.68%
B=43.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411071150.640.0700.55186.4947.4430.59
Hex296B73407037ba2f1f
Octal5115316310070672725737
Binary10100111010111110011100000011101101111011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #296B73;
 }
 .AnyTagClassName
 {
   color: #296B73;
 }
</style>
background-color css

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

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

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

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

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

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