#285E75

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

Shades of Orient #285E75

Tints of Orient #285E75

Color information

#285E75 (or 0x285E75) is unknown color: approx Orient. HEX triplet: 28, 5E and 75. RGB value is (40,94,117). Sum of RGB (Red+Green+Blue) = 40+94+117=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #285E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E75 is #D7A18A. Grayscale: #505050. Windows color (decimal): -14131595 or 7691816. OLE color: 7691816.

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

Color convert

RGB4094117-
CMYK0.660.2000.54
HSL197.92º49.04%30.78%-
HSV(B)197.92º65.81%45.88%-
XYZ8.099.7418.28-
YUV80.48148.6199.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 94 (37.11% from 255) = 37.45%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=15.94%
G=37.45%
B=46.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40941170.660.2000.54197.9249.0430.78
Hex285E754214036c6311f
Octal50136165102240663066137
Binary1010001011110111010110000101010001101101100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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