#285F74

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

Shades of Orient #285F74

Tints of Orient #285F74

Color information

#285F74 (or 0x285F74) is unknown color: approx Orient. HEX triplet: 28, 5F and 74. RGB value is (40,95,116). Sum of RGB (Red+Green+Blue) = 40+95+116=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #285F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F74 is #D7A08B. Grayscale: #505050. Windows color (decimal): -14131340 or 7626536. OLE color: 7626536.

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

Color convert

RGB4095116-
CMYK0.660.1800.55
HSL196.58º48.72%30.59%-
HSV(B)196.58º65.52%45.49%-
XYZ8.129.918.01-
YUV80.95147.7898.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=15.94%
G=37.85%
B=46.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40951160.660.1800.55196.5848.7230.59
Hex285F744212037c5311f
Octal50137164102220673056137
Binary1010001011111111010010000101001001101111100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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