#33528D

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

Shades of Tory Blue #33528D

Tints of Tory Blue #33528D

Color information

#33528D (or 0x33528D) is unknown color: approx Tory Blue. HEX triplet: 33, 52 and 8D. RGB value is (51,82,141). Sum of RGB (Red+Green+Blue) = 51+82+141=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #33528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33528D is #CCAD72. Grayscale: #4F4F4F. Windows color (decimal): -13413747 or 9261619. OLE color: 9261619.

HSL color Cylindrical-coordinate representation of color #33528D: hue angle of 219.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33528D is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5182141-
CMYK0.640.4200.45
HSL219.33º46.88%37.65%-
HSV(B)219.33º63.83%55.29%-
XYZ9.198.6626.39-
YUV79.46162.73107.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 141 (55.47% from 255) = 51.46%
R=18.61%
G=29.93%
B=51.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51821410.640.4200.45219.3346.8837.65
Hex33528D402A02Ddb2f26
Octal63122215100520553335746
Binary1100111010010100011011000000101010010110111011011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33528D; }

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

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

<style>
 a { background-color: #33528D; }

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

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

<style>
 span { border-color: #33528D; }

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

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