#285976

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

Shades of Orient #285976

Tints of Orient #285976

Color information

#285976 (or 0x285976) is unknown color: approx Orient. HEX triplet: 28, 59 and 76. RGB value is (40,89,118). Sum of RGB (Red+Green+Blue) = 40+89+118=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #285976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285976 is #D7A689. Grayscale: #4D4D4D. Windows color (decimal): -14132874 or 7756072. OLE color: 7756072.

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

Color convert

RGB4089118-
CMYK0.660.2500.54
HSL202.31º49.37%30.98%-
HSV(B)202.31º66.1%46.27%-
XYZ7.728.918.45-
YUV77.65150.77101.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=16.19%
G=36.03%
B=47.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40891180.660.2500.54202.3149.3730.98
Hex2859764219036ca311f
Octal50131166102310663126137
Binary1010001011001111011010000101100101101101100101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285976; }

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

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

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

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

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

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

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

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