#33489F

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

Shades of Tory Blue #33489F

Tints of Tory Blue #33489F

Color information

#33489F (or 0x33489F) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 9F. RGB value is (51,72,159). Sum of RGB (Red+Green+Blue) = 51+72+159=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #33489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33489F is #CCB760. Grayscale: #4B4B4B. Windows color (decimal): -13416289 or 10438707. OLE color: 10438707.

HSL color Cylindrical-coordinate representation of color #33489F: hue angle of 228.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33489F is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5172159-
CMYK0.680.5500.38
HSL228.33º51.43%41.18%-
HSV(B)228.33º67.92%62.35%-
XYZ9.947.8433.79-
YUV75.64175.04110.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=18.09%
G=25.53%
B=56.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51721590.680.5500.38228.3351.4341.18
Hex33489F4437026e43329
Octal63110237104670463446351
Binary1100111001000100111111000100110111010011011100100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33489F; }

 p { color: rgb(51,72,159); }

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

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

 a { background-color: rgb(51,72,159); }

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

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

 span { border-color: rgb(51,72,159); }

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