#285A74

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

Shades of Orient #285A74

Tints of Orient #285A74

Color information

#285A74 (or 0x285A74) is unknown color: approx Orient. HEX triplet: 28, 5A and 74. RGB value is (40,90,116). Sum of RGB (Red+Green+Blue) = 40+90+116=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #285A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A74 is #D7A58B. Grayscale: #4D4D4D. Windows color (decimal): -14132620 or 7625256. OLE color: 7625256.

HSL color Cylindrical-coordinate representation of color #285A74: hue angle of 200.53º 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 #285A74 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4090116-
CMYK0.660.2200.55
HSL200.53º48.72%30.59%-
HSV(B)200.53º65.52%45.49%-
XYZ7.689.0217.86-
YUV78.01149.44100.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=16.26%
G=36.59%
B=47.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40901160.660.2200.55200.5348.7230.59
Hex285A744216037c9311f
Octal50132164102260673116137
Binary1010001011010111010010000101011001101111100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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