#296574

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

Shades of Allports #296574

Tints of Allports #296574

Color information

#296574 (or 0x296574) is unknown color: approx Allports. HEX triplet: 29, 65 and 74. RGB value is (41,101,116). Sum of RGB (Red+Green+Blue) = 41+101+116=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #296574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296574 is #D69A8B. Grayscale: #545454. Windows color (decimal): -14064268 or 7628073. OLE color: 7628073.

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

Color convert

RGB41101116-
CMYK0.650.1300.55
HSL192º47.77%30.78%-
HSV(B)192º64.66%45.49%-
XYZ8.7211.0418.19-
YUV84.77145.6296.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=15.89%
G=39.15%
B=44.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411011160.650.1300.5519247.7730.78
Hex29657441D037c0301f
Octal51145164101150673006037
Binary101001110010111101001000001110101101111100000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296574; }

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

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

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

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

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

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

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

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