#296873

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

Shades of Allports #296873

Tints of Allports #296873

Color information

#296873 (or 0x296873) is unknown color: approx Allports. HEX triplet: 29, 68 and 73. RGB value is (41,104,115). Sum of RGB (Red+Green+Blue) = 41+104+115=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #296873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296873 is #D6978C. Grayscale: #565656. Windows color (decimal): -14063501 or 7563305. OLE color: 7563305.

HSL color Cylindrical-coordinate representation of color #296873: hue angle of 188.92º 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 #296873 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB41104115-
CMYK0.640.1000.55
HSL188.92º47.44%30.59%-
HSV(B)188.92º64.35%45.1%-
XYZ8.9611.6117.99-
YUV86.42144.1395.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=15.77%
G=40%
B=44.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411041150.640.1000.55188.9247.4430.59
Hex29687340A037bd2f1f
Octal51150163100120672755737
Binary101001110100011100111000000101001101111011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296873; }

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

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

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

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

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

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

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

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