#285F7D

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

Shades of Orient #285F7D

Tints of Orient #285F7D

Color information

#285F7D (or 0x285F7D) is unknown color: approx Orient. HEX triplet: 28, 5F and 7D. RGB value is (40,95,125). Sum of RGB (Red+Green+Blue) = 40+95+125=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #285F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F7D is #D7A082. Grayscale: #515151. Windows color (decimal): -14131331 or 8216360. OLE color: 8216360.

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

Color convert

RGB4095125-
CMYK0.680.2400.51
HSL201.18º51.52%32.35%-
HSV(B)201.18º68%49.02%-
XYZ8.6710.1220.9-
YUV81.98152.2898.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.38%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=15.38%
G=36.54%
B=48.08%

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
Decimal40951250.680.2400.51201.1851.5232.35
Hex285F7D4418033c93420
Octal50137175104300633116440
Binary10100010111111111101100010011000011001111001001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,95,125); }

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

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

 a { background-color: rgb(40,95,125); }

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

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

 span { border-color: rgb(40,95,125); }

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