#296F7A

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

Shades of Allports #296F7A

Tints of Allports #296F7A

Color information

#296F7A (or 0x296F7A) is unknown color: approx Allports. HEX triplet: 29, 6F and 7A. RGB value is (41,111,122). Sum of RGB (Red+Green+Blue) = 41+111+122=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #296F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F7A is #D69085. Grayscale: #5B5B5B. Windows color (decimal): -14061702 or 8023849. OLE color: 8023849.

HSL color Cylindrical-coordinate representation of color #296F7A: hue angle of 188.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296F7A is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41111122-
CMYK0.660.0900.52
HSL188.15º49.69%31.96%-
HSV(B)188.15º66.39%47.84%-
XYZ10.1113.2520.44-
YUV91.32145.3192.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=14.96%
G=40.51%
B=44.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411111220.660.0900.52188.1549.6931.96
Hex296F7A429034bc3220
Octal51157172102110642746240
Binary1010011101111111101010000101001011010010111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296F7A; }

 p { color: rgb(41,111,122); }

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

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

 a { background-color: rgb(41,111,122); }

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

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

 span { border-color: rgb(41,111,122); }

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