#33528E

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

Shades of Tory Blue #33528E

Tints of Tory Blue #33528E

Color information

#33528E (or 0x33528E) is unknown color: approx Tory Blue. HEX triplet: 33, 52 and 8E. RGB value is (51,82,142). Sum of RGB (Red+Green+Blue) = 51+82+142=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #33528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33528E is #CCAD71. Grayscale: #4F4F4F. Windows color (decimal): -13413746 or 9327155. OLE color: 9327155.

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

Color convert

RGB5182142-
CMYK0.640.4200.44
HSL219.56º47.15%37.84%-
HSV(B)219.56º64.08%55.69%-
XYZ9.278.6926.78-
YUV79.57163.23107.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=18.55%
G=29.82%
B=51.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51821420.640.4200.44219.5647.1537.84
Hex33528E402A02Cdc2f26
Octal63122216100520543345746
Binary1100111010010100011101000000101010010110011011100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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