#296870

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

Shades of Allports #296870

Tints of Allports #296870

Color information

#296870 (or 0x296870) is unknown color: approx Allports. HEX triplet: 29, 68 and 70. RGB value is (41,104,112). Sum of RGB (Red+Green+Blue) = 41+104+112=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #296870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296870 is #D6978F. Grayscale: #555555. Windows color (decimal): -14063504 or 7366697. OLE color: 7366697.

HSL color Cylindrical-coordinate representation of color #296870: hue angle of 186.76º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296870 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB41104112-
CMYK0.630.0700.56
HSL186.76º46.41%30%-
HSV(B)186.76º63.39%43.92%-
XYZ8.7911.5417.09-
YUV86.07142.6395.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=15.95%
G=40.47%
B=43.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411041120.630.0700.56186.7646.4130
Hex2968703F7038bb2e1e
Octal511501607770702735636
Binary1010011101000111000011111111101110001011101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296870; }

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

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

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

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

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

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

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

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