#296179

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

Shades of Orient #296179

Tints of Orient #296179

Color information

#296179 (or 0x296179) is unknown color: approx Orient. HEX triplet: 29, 61 and 79. RGB value is (41,97,121). Sum of RGB (Red+Green+Blue) = 41+97+121=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #296179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296179 is #D69E86. Grayscale: #525252. Windows color (decimal): -14065287 or 7954729. OLE color: 7954729.

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

Color convert

RGB4197121-
CMYK0.660.2000.53
HSL198º49.38%31.76%-
HSV(B)198º66.12%47.45%-
XYZ8.6410.419.64-
YUV82.99149.4598.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=15.83%
G=37.45%
B=46.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41971210.660.2000.5319849.3831.76
Hex2961794214035c63120
Octal51141171102240653066140
Binary10100111000011111001100001010100011010111000110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296179; }

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

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

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

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

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

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

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

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