#286376

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

Shades of Orient #286376

Tints of Orient #286376

Color information

#286376 (or 0x286376) is unknown color: approx Orient. HEX triplet: 28, 63 and 76. RGB value is (40,99,118). Sum of RGB (Red+Green+Blue) = 40+99+118=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #286376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286376 is #D79C89. Grayscale: #535353. Windows color (decimal): -14130314 or 7758632. OLE color: 7758632.

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

Color convert

RGB4099118-
CMYK0.660.1600.54
HSL194.62º49.37%30.98%-
HSV(B)194.62º66.1%46.27%-
XYZ8.6110.6818.75-
YUV83.52147.4596.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=15.56%
G=38.52%
B=45.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40991180.660.1600.54194.6249.3730.98
Hex2863764210036c3311f
Octal50143166102200663036137
Binary1010001100011111011010000101000001101101100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286376; }

 p { color: rgb(40,99,118); }

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

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

 a { background-color: rgb(40,99,118); }

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

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

 span { border-color: rgb(40,99,118); }

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