#296784

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

Shades of Allports #296784

Tints of Allports #296784

Color information

#296784 (or 0x296784) is unknown color: approx Allports. HEX triplet: 29, 67 and 84. RGB value is (41,103,132). Sum of RGB (Red+Green+Blue) = 41+103+132=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #296784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296784 is #D6987B. Grayscale: #575757. Windows color (decimal): -14063740 or 8677161. OLE color: 8677161.

HSL color Cylindrical-coordinate representation of color #296784: hue angle of 199.12º 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 #296784 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB41103132-
CMYK0.690.2200.48
HSL199.12º52.6%33.92%-
HSV(B)199.12º68.94%51.76%-
XYZ9.9311.8423.59-
YUV87.77152.9694.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=14.86%
G=37.32%
B=47.83%

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
Decimal411031320.690.2200.48199.1252.633.92
Hex2967844516030c73522
Octal51147204105260603076542
Binary101001110011110000100100010110110011000011000111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296784; }

 p { color: rgb(41,103,132); }

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

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

 a { background-color: rgb(41,103,132); }

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

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

 span { border-color: rgb(41,103,132); }

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