#296077

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

Shades of Orient #296077

Tints of Orient #296077

Color information

#296077 (or 0x296077) is unknown color: approx Orient. HEX triplet: 29, 60 and 77. RGB value is (41,96,119). Sum of RGB (Red+Green+Blue) = 41+96+119=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #296077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296077 is #D69F88. Grayscale: #525252. Windows color (decimal): -14065545 or 7823401. OLE color: 7823401.

HSL color Cylindrical-coordinate representation of color #296077: hue angle of 197.69º 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 #296077 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4196119-
CMYK0.660.1900.53
HSL197.69º48.75%31.37%-
HSV(B)197.69º65.55%46.67%-
XYZ8.4310.1718.97-
YUV82.18148.7898.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=16.02%
G=37.5%
B=46.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41961190.660.1900.53197.6948.7531.37
Hex2960774213035c6311f
Octal51140167102230653066137
Binary1010011100000111011110000101001101101011100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296077; }

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

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

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

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

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

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

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

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