#286077

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

Shades of Orient #286077

Tints of Orient #286077

Color information

#286077 (or 0x286077) is unknown color: approx Orient. HEX triplet: 28, 60 and 77. RGB value is (40,96,119). Sum of RGB (Red+Green+Blue) = 40+96+119=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #286077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286077 is #D79F88. Grayscale: #515151. Windows color (decimal): -14131081 or 7823400. OLE color: 7823400.

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

Color convert

RGB4096119-
CMYK0.660.1900.53
HSL197.47º49.69%31.18%-
HSV(B)197.47º66.39%46.67%-
XYZ8.3910.1518.97-
YUV81.88148.9598.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=15.69%
G=37.65%
B=46.67%

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
Decimal40961190.660.1900.53197.4749.6931.18
Hex2860774213035c5321f
Octal50140167102230653056237
Binary1010001100000111011110000101001101101011100010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286077; }

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

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

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

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

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

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

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

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