#284387

Color #284387 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #284387

Tints of Tory Blue #284387

Color information

#284387 (or 0x284387) is unknown color: approx Tory Blue. HEX triplet: 28, 43 and 87. RGB value is (40,67,135). Sum of RGB (Red+Green+Blue) = 40+67+135=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #284387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284387 is #D7BC78. Grayscale: #424242. Windows color (decimal): -14138489 or 8864552. OLE color: 8864552.

HSL color Cylindrical-coordinate representation of color #284387: hue angle of 222.95º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #284387 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4067135-
CMYK0.700.5000.47
HSL222.95º54.29%34.31%-
HSV(B)222.95º70.37%52.94%-
XYZ7.266.2123.74-
YUV66.68166.55108.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=16.53%
G=27.69%
B=55.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40671350.700.5000.47222.9554.2934.31
Hex284387463202Fdf3622
Octal50103207106620573376642
Binary1010001000011100001111000110110010010111111011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284387; }

 p { color: rgb(40,67,135); }

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

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

 a { background-color: rgb(40,67,135); }

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

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

 span { border-color: rgb(40,67,135); }

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