#285D74

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

Shades of Orient #285D74

Tints of Orient #285D74

Color information

#285D74 (or 0x285D74) is unknown color: approx Orient. HEX triplet: 28, 5D and 74. RGB value is (40,93,116). Sum of RGB (Red+Green+Blue) = 40+93+116=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #285D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D74 is #D7A28B. Grayscale: #4F4F4F. Windows color (decimal): -14131852 or 7626024. OLE color: 7626024.

HSL color Cylindrical-coordinate representation of color #285D74: hue angle of 198.16º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285D74 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4093116-
CMYK0.660.2000.55
HSL198.16º48.72%30.59%-
HSV(B)198.16º65.52%45.49%-
XYZ7.949.5417.95-
YUV79.77148.4499.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=16.06%
G=37.35%
B=46.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40931160.660.2000.55198.1648.7230.59
Hex285D744214037c6311f
Octal50135164102240673066137
Binary1010001011101111010010000101010001101111100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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