#286379

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

Shades of Orient #286379

Tints of Orient #286379

Color information

#286379 (or 0x286379) is unknown color: approx Orient. HEX triplet: 28, 63 and 79. RGB value is (40,99,121). Sum of RGB (Red+Green+Blue) = 40+99+121=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #286379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286379 is #D79C86. Grayscale: #535353. Windows color (decimal): -14130311 or 7955240. OLE color: 7955240.

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

Color convert

RGB4099121-
CMYK0.670.1800.53
HSL196.3º50.31%31.57%-
HSV(B)196.3º66.94%47.45%-
XYZ8.7910.7619.7-
YUV83.87148.9596.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.38%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=15.38%
G=38.08%
B=46.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40991210.670.1800.53196.350.3131.57
Hex2863794312035c43220
Octal50143171103220653046240
Binary10100011000111111001100001110010011010111000100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286379; }

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

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

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

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

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

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

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

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