#33529A

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

Shades of Tory Blue #33529A

Tints of Tory Blue #33529A

Color information

#33529A (or 0x33529A) is unknown color: approx Tory Blue. HEX triplet: 33, 52 and 9A. RGB value is (51,82,154). Sum of RGB (Red+Green+Blue) = 51+82+154=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #33529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33529A is #CCAD65. Grayscale: #505050. Windows color (decimal): -13413734 or 10113587. OLE color: 10113587.

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

Color convert

RGB5182154-
CMYK0.670.4700.40
HSL221.94º50.24%40.2%-
HSV(B)221.94º66.88%60.39%-
XYZ10.229.0731.78-
YUV80.94169.23106.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 154 (60.55% from 255) = 53.66%
R=17.77%
G=28.57%
B=53.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51821540.670.4700.40221.9450.2440.2
Hex33529A432F028de3228
Octal63122232103570503366250
Binary1100111010010100110101000011101111010100011011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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