#284B9F

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

Shades of Tory Blue #284B9F

Tints of Tory Blue #284B9F

Color information

#284B9F (or 0x284B9F) is unknown color: approx Tory Blue. HEX triplet: 28, 4B and 9F. RGB value is (40,75,159). Sum of RGB (Red+Green+Blue) = 40+75+159=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #284B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284B9F is #D7B460. Grayscale: #494949. Windows color (decimal): -14136417 or 10439464. OLE color: 10439464.

HSL color Cylindrical-coordinate representation of color #284B9F: hue angle of 222.35º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #284B9F is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4075159-
CMYK0.750.5300.38
HSL222.35º59.8%39.02%-
HSV(B)222.35º74.84%62.35%-
XYZ9.657.9933.83-
YUV74.11175.9103.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.60%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=14.60%
G=27.37%
B=58.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40751590.750.5300.38222.3559.839.02
Hex284B9F4B35026de3c27
Octal50113237113650463367447
Binary1010001001011100111111001011110101010011011011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284B9F; }

 p { color: rgb(40,75,159); }

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

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

 a { background-color: rgb(40,75,159); }

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

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

 span { border-color: rgb(40,75,159); }

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