#286276

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

Shades of Orient #286276

Tints of Orient #286276

Color information

#286276 (or 0x286276) is unknown color: approx Orient. HEX triplet: 28, 62 and 76. RGB value is (40,98,118). Sum of RGB (Red+Green+Blue) = 40+98+118=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #286276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286276 is #D79D89. Grayscale: #525252. Windows color (decimal): -14130570 or 7758376. OLE color: 7758376.

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

Color convert

RGB4098118-
CMYK0.660.1700.54
HSL195.38º49.37%30.98%-
HSV(B)195.38º66.1%46.27%-
XYZ8.5110.4918.72-
YUV82.94147.7897.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.62%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=15.62%
G=38.28%
B=46.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40981180.660.1700.54195.3849.3730.98
Hex2862764211036c3311f
Octal50142166102210663036137
Binary1010001100010111011010000101000101101101100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286276; }

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

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

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

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

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

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

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

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