#296177

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

Shades of Orient #296177

Tints of Orient #296177

Color information

#296177 (or 0x296177) is unknown color: approx Orient. HEX triplet: 29, 61 and 77. RGB value is (41,97,119). Sum of RGB (Red+Green+Blue) = 41+97+119=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #296177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296177 is #D69E88. Grayscale: #525252. Windows color (decimal): -14065289 or 7823657. OLE color: 7823657.

HSL color Cylindrical-coordinate representation of color #296177: hue angle of 196.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296177 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4197119-
CMYK0.660.1800.53
HSL196.92º48.75%31.37%-
HSV(B)196.92º65.55%46.67%-
XYZ8.5210.3519-
YUV82.76148.4598.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=15.95%
G=37.74%
B=46.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41971190.660.1800.53196.9248.7531.37
Hex2961774212035c5311f
Octal51141167102220653056137
Binary1010011100001111011110000101001001101011100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296177; }

 p { color: rgb(41,97,119); }

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

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

 a { background-color: rgb(41,97,119); }

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

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

 span { border-color: rgb(41,97,119); }

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