#33489A

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

Shades of Tory Blue #33489A

Tints of Tory Blue #33489A

Color information

#33489A (or 0x33489A) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 9A. RGB value is (51,72,154). Sum of RGB (Red+Green+Blue) = 51+72+154=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #33489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33489A is #CCB765. Grayscale: #4A4A4A. Windows color (decimal): -13416294 or 10111027. OLE color: 10111027.

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

Color convert

RGB5172154-
CMYK0.670.5300.40
HSL227.77º50.24%40.2%-
HSV(B)227.77º66.88%60.39%-
XYZ9.527.6731.55-
YUV75.07172.54110.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 154 (60.55% from 255) = 55.60%
R=18.41%
G=25.99%
B=55.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51721540.670.5300.40227.7750.2440.2
Hex33489A4335028e43228
Octal63110232103650503446250
Binary1100111001000100110101000011110101010100011100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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