#286378

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

Shades of Orient #286378

Tints of Orient #286378

Color information

#286378 (or 0x286378) is unknown color: approx Orient. HEX triplet: 28, 63 and 78. RGB value is (40,99,120). Sum of RGB (Red+Green+Blue) = 40+99+120=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #286378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286378 is #D79C87. Grayscale: #535353. Windows color (decimal): -14130312 or 7889704. OLE color: 7889704.

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

Color convert

RGB4099120-
CMYK0.670.1700.53
HSL195.75º50%31.37%-
HSV(B)195.75º66.67%47.06%-
XYZ8.7310.7319.38-
YUV83.75148.4596.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=15.44%
G=38.22%
B=46.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40991200.670.1700.53195.755031.37
Hex2863784311035c4321f
Octal50143170103210653046237
Binary1010001100011111100010000111000101101011100010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286378; }

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

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

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

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

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

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

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

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