#296277

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

Shades of Orient #296277

Tints of Orient #296277

Color information

#296277 (or 0x296277) is unknown color: approx Orient. HEX triplet: 29, 62 and 77. RGB value is (41,98,119). Sum of RGB (Red+Green+Blue) = 41+98+119=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #296277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296277 is #D69D88. Grayscale: #535353. Windows color (decimal): -14065033 or 7823913. OLE color: 7823913.

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

Color convert

RGB4198119-
CMYK0.660.1800.53
HSL196.15º48.75%31.37%-
HSV(B)196.15º65.55%46.67%-
XYZ8.6110.5419.03-
YUV83.35148.1297.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=15.89%
G=37.98%
B=46.12%

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
Decimal41981190.660.1800.53196.1548.7531.37
Hex2962774212035c4311f
Octal51142167102220653046137
Binary1010011100010111011110000101001001101011100010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296277; }

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

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

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

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

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

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

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

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