#33499A

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

Shades of Tory Blue #33499A

Tints of Tory Blue #33499A

Color information

#33499A (or 0x33499A) is unknown color: approx Tory Blue. HEX triplet: 33, 49 and 9A. RGB value is (51,73,154). Sum of RGB (Red+Green+Blue) = 51+73+154=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #33499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33499A is #CCB665. Grayscale: #4B4B4B. Windows color (decimal): -13416038 or 10111283. OLE color: 10111283.

HSL color Cylindrical-coordinate representation of color #33499A: hue angle of 227.18º 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 #33499A is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5173154-
CMYK0.670.5300.40
HSL227.18º50.24%40.2%-
HSV(B)227.18º66.88%60.39%-
XYZ9.587.831.57-
YUV75.66172.21110.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 154 (60.55% from 255) = 55.40%
R=18.35%
G=26.26%
B=55.40%

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
Decimal51731540.670.5300.40227.1850.2440.2
Hex33499A4335028e33228
Octal63111232103650503436250
Binary1100111001001100110101000011110101010100011100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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