#33509E

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

Shades of Tory Blue #33509E

Tints of Tory Blue #33509E

Color information

#33509E (or 0x33509E) is unknown color: approx Tory Blue. HEX triplet: 33, 50 and 9E. RGB value is (51,80,158). Sum of RGB (Red+Green+Blue) = 51+80+158=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #33509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33509E is #CCAF61. Grayscale: #4F4F4F. Windows color (decimal): -13414242 or 10375219. OLE color: 10375219.

HSL color Cylindrical-coordinate representation of color #33509E: hue angle of 223.74º 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 #33509E is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5180158-
CMYK0.680.4900.38
HSL223.74º51.2%40.98%-
HSV(B)223.74º67.72%61.96%-
XYZ10.418.9133.52-
YUV80.22171.89107.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=17.65%
G=27.68%
B=54.67%

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
Decimal51801580.680.4900.38223.7451.240.98
Hex33509E4431026e03329
Octal63120236104610463406351
Binary1100111010000100111101000100110001010011011100000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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