#33519E

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

Shades of Tory Blue #33519E

Tints of Tory Blue #33519E

Color information

#33519E (or 0x33519E) is unknown color: approx Tory Blue. HEX triplet: 33, 51 and 9E. RGB value is (51,81,158). Sum of RGB (Red+Green+Blue) = 51+81+158=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #33519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33519E is #CCAE61. Grayscale: #505050. Windows color (decimal): -13413986 or 10375475. OLE color: 10375475.

HSL color Cylindrical-coordinate representation of color #33519E: hue angle of 223.18º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33519E is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5181158-
CMYK0.680.4900.38
HSL223.18º51.2%40.98%-
HSV(B)223.18º67.72%61.96%-
XYZ10.489.0633.54-
YUV80.81171.56106.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=17.59%
G=27.93%
B=54.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51811580.680.4900.38223.1851.240.98
Hex33519E4431026df3329
Octal63121236104610463376351
Binary1100111010001100111101000100110001010011011011111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,81,158); }

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

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

 a { background-color: rgb(51,81,158); }

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

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

 span { border-color: rgb(51,81,158); }

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