#285D72

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

Shades of Orient #285D72

Tints of Orient #285D72

Color information

#285D72 (or 0x285D72) is unknown color: approx Orient. HEX triplet: 28, 5D and 72. RGB value is (40,93,114). Sum of RGB (Red+Green+Blue) = 40+93+114=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #285D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D72 is #D7A28D. Grayscale: #4F4F4F. Windows color (decimal): -14131854 or 7494952. OLE color: 7494952.

HSL color Cylindrical-coordinate representation of color #285D72: hue angle of 197.03º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285D72 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4093114-
CMYK0.650.1800.55
HSL197.03º48.05%30.2%-
HSV(B)197.03º64.91%44.71%-
XYZ7.839.4917.34-
YUV79.55147.4499.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=16.19%
G=37.65%
B=46.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40931140.650.1800.55197.0348.0530.2
Hex285D724112037c5301e
Octal50135162101220673056036
Binary1010001011101111001010000011001001101111100010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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