#33489B

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

Shades of Tory Blue #33489B

Tints of Tory Blue #33489B

Color information

#33489B (or 0x33489B) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 9B. RGB value is (51,72,155). Sum of RGB (Red+Green+Blue) = 51+72+155=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #33489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33489B is #CCB764. Grayscale: #4A4A4A. Windows color (decimal): -13416293 or 10176563. OLE color: 10176563.

HSL color Cylindrical-coordinate representation of color #33489B: hue angle of 227.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33489B is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5172155-
CMYK0.670.5400.39
HSL227.88º50.49%40.39%-
HSV(B)227.88º67.1%60.78%-
XYZ9.67.7131.99-
YUV75.18173.04110.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=18.35%
G=25.90%
B=55.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51721550.670.5400.39227.8850.4940.39
Hex33489B4336027e43228
Octal63110233103660473446250
Binary1100111001000100110111000011110110010011111100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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