#285D75

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

Shades of Orient #285D75

Tints of Orient #285D75

Color information

#285D75 (or 0x285D75) is unknown color: approx Orient. HEX triplet: 28, 5D and 75. RGB value is (40,93,117). Sum of RGB (Red+Green+Blue) = 40+93+117=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #285D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D75 is #D7A28A. Grayscale: #4F4F4F. Windows color (decimal): -14131851 or 7691560. OLE color: 7691560.

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

Color convert

RGB4093117-
CMYK0.660.2100.54
HSL198.7º49.04%30.78%-
HSV(B)198.7º65.81%45.88%-
XYZ89.5618.25-
YUV79.89148.9499.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=16%
G=37.2%
B=46.8%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40931170.660.2100.54198.749.0430.78
Hex285D754215036c7311f
Octal50135165102250663076137
Binary1010001011101111010110000101010101101101100011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,93,117); }

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

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

 a { background-color: rgb(40,93,117); }

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

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

 span { border-color: rgb(40,93,117); }

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