#285A75

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

Shades of Orient #285A75

Tints of Orient #285A75

Color information

#285A75 (or 0x285A75) is unknown color: approx Orient. HEX triplet: 28, 5A and 75. RGB value is (40,90,117). Sum of RGB (Red+Green+Blue) = 40+90+117=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #285A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A75 is #D7A58A. Grayscale: #4D4D4D. Windows color (decimal): -14132619 or 7690792. OLE color: 7690792.

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

Color convert

RGB4090117-
CMYK0.660.2300.54
HSL201.04º49.04%30.78%-
HSV(B)201.04º65.81%45.88%-
XYZ7.749.0518.17-
YUV78.13149.94100.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=16.19%
G=36.44%
B=47.37%

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
Decimal40901170.660.2300.54201.0449.0430.78
Hex285A754217036c9311f
Octal50132165102270663116137
Binary1010001011010111010110000101011101101101100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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