#285e7c

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

Shades of Orient #285E7C

Tints of Orient #285E7C

Color information

#285E7C (or 0x285E7C) is unknown color: approx Orient. HEX triplet: 28, 5E and 7C. RGB value is (40,94,124). Sum of RGB (Red+Green+Blue) = 40+94+124=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #285E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E7C is #D7A183. Grayscale: #515151. Windows color (decimal): -14131588 or 8150568. OLE color: 8150568.

HSL color Cylindrical-coordinate representation of color #285E7C: hue angle of 201.43º 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 #285E7C is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4094124-
CMYK0.680.2400.51
HSL201.43º51.22%32.16%-
HSV(B)201.43º67.74%48.63%-
XYZ8.529.9120.53-
YUV81.27152.1198.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.50%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=15.50%
G=36.43%
B=48.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40941240.680.2400.51201.4351.2232.16
Hex285E7C4418033c93320
Octal50136174104300633116340
Binary10100010111101111100100010011000011001111001001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285e7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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