#285B76

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

Shades of Orient #285B76

Tints of Orient #285B76

Color information

#285B76 (or 0x285B76) is unknown color: approx Orient. HEX triplet: 28, 5B and 76. RGB value is (40,91,118). Sum of RGB (Red+Green+Blue) = 40+91+118=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #285B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B76 is #D7A489. Grayscale: #4E4E4E. Windows color (decimal): -14132362 or 7756584. OLE color: 7756584.

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

Color convert

RGB4091118-
CMYK0.660.2300.54
HSL200.77º49.37%30.98%-
HSV(B)200.77º66.1%46.27%-
XYZ7.899.2418.51-
YUV78.83150.1100.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=16.06%
G=36.55%
B=47.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40911180.660.2300.54200.7749.3730.98
Hex285B764217036c9311f
Octal50133166102270663116137
Binary1010001011011111011010000101011101101101100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B76; }

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

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

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

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

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

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

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

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