#333F93

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

Shades of Tory Blue #333F93

Tints of Tory Blue #333F93

Color information

#333F93 (or 0x333F93) is unknown color: approx Tory Blue. HEX triplet: 33, 3F and 93. RGB value is (51,63,147). Sum of RGB (Red+Green+Blue) = 51+63+147=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #333F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F93 is #CCC06C. Grayscale: #444444. Windows color (decimal): -13418605 or 9649971. OLE color: 9649971.

HSL color Cylindrical-coordinate representation of color #333F93: hue angle of 232.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333F93 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5163147-
CMYK0.650.5700.42
HSL232.5º48.48%38.82%-
HSV(B)232.5º65.31%57.65%-
XYZ8.416.3728.39-
YUV68.99172.02115.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=19.54%
G=24.14%
B=56.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51631470.650.5700.42232.548.4838.82
Hex333F93413902Ae83027
Octal6377223101710523506047
Binary110011111111100100111000001111001010101011101000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333F93; }

 p { color: rgb(51,63,147); }

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

<style>
 a { background-color: #333F93; }

 a { background-color: rgb(51,63,147); }

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

<style>
 span { border-color: #333F93; }

 span { border-color: rgb(51,63,147); }

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