#33509B

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

Shades of Tory Blue #33509B

Tints of Tory Blue #33509B

Color information

#33509B (or 0x33509B) is unknown color: approx Tory Blue. HEX triplet: 33, 50 and 9B. RGB value is (51,80,155). Sum of RGB (Red+Green+Blue) = 51+80+155=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #33509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33509B is #CCAF64. Grayscale: #4F4F4F. Windows color (decimal): -13414245 or 10178611. OLE color: 10178611.

HSL color Cylindrical-coordinate representation of color #33509B: hue angle of 223.27º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33509B is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5180155-
CMYK0.670.4800.39
HSL223.27º50.49%40.39%-
HSV(B)223.27º67.1%60.78%-
XYZ10.158.8132.18-
YUV79.88170.39107.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=17.83%
G=27.97%
B=54.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51801550.670.4800.39223.2750.4940.39
Hex33509B4330027df3228
Octal63120233103600473376250
Binary1100111010000100110111000011110000010011111011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33509B; }

 p { color: rgb(51,80,155); }

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

<style>
 a { background-color: #33509B; }

 a { background-color: rgb(51,80,155); }

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

<style>
 span { border-color: #33509B; }

 span { border-color: rgb(51,80,155); }

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