#333D96

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

Shades of Tory Blue #333D96

Tints of Tory Blue #333D96

Color information

#333D96 (or 0x333D96) is unknown color: approx Tory Blue. HEX triplet: 33, 3D and 96. RGB value is (51,61,150). Sum of RGB (Red+Green+Blue) = 51+61+150=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #333D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D96 is #CCC269. Grayscale: #434343. Windows color (decimal): -13419114 or 9846067. OLE color: 9846067.

HSL color Cylindrical-coordinate representation of color #333D96: hue angle of 233.94º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333D96 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5161150-
CMYK0.660.5900.41
HSL233.94º49.25%39.41%-
HSV(B)233.94º66%58.82%-
XYZ8.546.2429.61-
YUV68.16174.19115.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=19.47%
G=23.28%
B=57.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51611500.660.5900.41233.9449.2539.41
Hex333D96423B029ea3127
Octal6375226102730513526147
Binary110011111101100101101000010111011010100111101010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,61,150); }

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

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

 a { background-color: rgb(51,61,150); }

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

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

 span { border-color: rgb(51,61,150); }

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