#296675

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

Shades of Allports #296675

Tints of Allports #296675

Color information

#296675 (or 0x296675) is unknown color: approx Allports. HEX triplet: 29, 66 and 75. RGB value is (41,102,117). Sum of RGB (Red+Green+Blue) = 41+102+117=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #296675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296675 is #D6998A. Grayscale: #555555. Windows color (decimal): -14064011 or 7693865. OLE color: 7693865.

HSL color Cylindrical-coordinate representation of color #296675: hue angle of 191.84º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296675 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB41102117-
CMYK0.650.1300.54
HSL191.84º48.1%30.98%-
HSV(B)191.84º64.96%45.88%-
XYZ8.8811.2618.53-
YUV85.47145.7996.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 102 (40.23% from 255) = 39.23%
BLUE value IS 117 (46.09% from 255) = 45%
R=15.77%
G=39.23%
B=45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411021170.650.1300.54191.8448.130.98
Hex29667541D036c0301f
Octal51146165101150663006037
Binary101001110011011101011000001110101101101100000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296675; }

 p { color: rgb(41,102,117); }

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

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

 a { background-color: rgb(41,102,117); }

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

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

 span { border-color: rgb(41,102,117); }

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