#285F75

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

Shades of Orient #285F75

Tints of Orient #285F75

Color information

#285F75 (or 0x285F75) is unknown color: approx Orient. HEX triplet: 28, 5F and 75. RGB value is (40,95,117). Sum of RGB (Red+Green+Blue) = 40+95+117=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #285F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F75 is #D7A08A. Grayscale: #505050. Windows color (decimal): -14131339 or 7692072. OLE color: 7692072.

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

Color convert

RGB4095117-
CMYK0.660.1900.54
HSL197.14º49.04%30.78%-
HSV(B)197.14º65.81%45.88%-
XYZ8.189.9218.31-
YUV81.06148.2898.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=15.87%
G=37.70%
B=46.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40951170.660.1900.54197.1449.0430.78
Hex285F754213036c5311f
Octal50137165102230663056137
Binary1010001011111111010110000101001101101101100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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