#285D7C

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

Shades of Orient #285D7C

Tints of Orient #285D7C

Color information

#285D7C (or 0x285D7C) is unknown color: approx Orient. HEX triplet: 28, 5D and 7C. RGB value is (40,93,124). Sum of RGB (Red+Green+Blue) = 40+93+124=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #285D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D7C is #D7A283. Grayscale: #505050. Windows color (decimal): -14131844 or 8150312. OLE color: 8150312.

HSL color Cylindrical-coordinate representation of color #285D7C: hue angle of 202.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #285D7C is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4093124-
CMYK0.680.2500.51
HSL202.14º51.22%32.16%-
HSV(B)202.14º67.74%48.63%-
XYZ8.439.7420.5-
YUV80.69152.4498.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=15.56%
G=36.19%
B=48.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40931240.680.2500.51202.1451.2232.16
Hex285D7C4419033ca3320
Octal50135174104310633126340
Binary10100010111011111100100010011001011001111001010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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