#296885

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

Shades of Allports #296885

Tints of Allports #296885

Color information

#296885 (or 0x296885) is unknown color: approx Allports. HEX triplet: 29, 68 and 85. RGB value is (41,104,133). Sum of RGB (Red+Green+Blue) = 41+104+133=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #296885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296885 is #D6977A. Grayscale: #585858. Windows color (decimal): -14063483 or 8742953. OLE color: 8742953.

HSL color Cylindrical-coordinate representation of color #296885: hue angle of 198.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296885 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB41104133-
CMYK0.690.2200.48
HSL198.91º52.87%34.12%-
HSV(B)198.91º69.17%52.16%-
XYZ10.112.0723.99-
YUV88.47153.1394.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=14.75%
G=37.41%
B=47.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411041330.690.2200.48198.9152.8734.12
Hex2968854516030c73522
Octal51150205105260603076542
Binary101001110100010000101100010110110011000011000111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296885; }

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

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

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

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

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

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

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

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