#296674

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

Shades of Allports #296674

Tints of Allports #296674

Color information

#296674 (or 0x296674) is unknown color: approx Allports. HEX triplet: 29, 66 and 74. RGB value is (41,102,116). Sum of RGB (Red+Green+Blue) = 41+102+116=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #296674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296674 is #D6998B. Grayscale: #555555. Windows color (decimal): -14064012 or 7628329. OLE color: 7628329.

HSL color Cylindrical-coordinate representation of color #296674: hue angle of 191.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296674 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB41102116-
CMYK0.650.1200.55
HSL191.2º47.77%30.78%-
HSV(B)191.2º64.66%45.49%-
XYZ8.8211.2418.23-
YUV85.36145.2996.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 116 (45.70% from 255) = 44.79%
R=15.83%
G=39.38%
B=44.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411021160.650.1200.55191.247.7730.78
Hex29667441C037bf301f
Octal51146164101140672776037
Binary101001110011011101001000001110001101111011111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296674; }

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

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

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

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

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

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

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

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