#296875

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

Shades of Allports #296875

Tints of Allports #296875

Color information

#296875 (or 0x296875) is unknown color: approx Allports. HEX triplet: 29, 68 and 75. RGB value is (41,104,117). Sum of RGB (Red+Green+Blue) = 41+104+117=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #296875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296875 is #D6978A. Grayscale: #565656. Windows color (decimal): -14063499 or 7694377. OLE color: 7694377.

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

Color convert

RGB41104117-
CMYK0.650.1100.54
HSL190.26º48.1%30.98%-
HSV(B)190.26º64.96%45.88%-
XYZ9.0811.6618.6-
YUV86.64145.1395.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=15.65%
G=39.69%
B=44.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411041170.650.1100.54190.2648.130.98
Hex29687541B036be301f
Octal51150165101130662766037
Binary101001110100011101011000001101101101101011111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296875; }

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

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

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

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

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

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

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

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