#296577

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

Shades of Allports #296577

Tints of Allports #296577

Color information

#296577 (or 0x296577) is unknown color: approx Allports. HEX triplet: 29, 65 and 77. RGB value is (41,101,119). Sum of RGB (Red+Green+Blue) = 41+101+119=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #296577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296577 is #D69A88. Grayscale: #545454. Windows color (decimal): -14064265 or 7824681. OLE color: 7824681.

HSL color Cylindrical-coordinate representation of color #296577: hue angle of 193.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296577 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB41101119-
CMYK0.660.1500.53
HSL193.85º48.75%31.37%-
HSV(B)193.85º65.55%46.67%-
XYZ8.911.1119.13-
YUV85.11147.1296.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=15.71%
G=38.70%
B=45.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411011190.660.1500.53193.8548.7531.37
Hex29657742F035c2311f
Octal51145167102170653026137
Binary101001110010111101111000010111101101011100001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296577; }

 p { color: rgb(41,101,119); }

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

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

 a { background-color: rgb(41,101,119); }

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

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

 span { border-color: rgb(41,101,119); }

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