#333E9B

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

Shades of Tory Blue #333E9B

Tints of Tory Blue #333E9B

Color information

#333E9B (or 0x333E9B) is unknown color: approx Tory Blue. HEX triplet: 33, 3E and 9B. RGB value is (51,62,155). Sum of RGB (Red+Green+Blue) = 51+62+155=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #333E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E9B is #CCC164. Grayscale: #444444. Windows color (decimal): -13418853 or 10174003. OLE color: 10174003.

HSL color Cylindrical-coordinate representation of color #333E9B: hue angle of 233.65º 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 #333E9B is Cyan = 0.67, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5162155-
CMYK0.670.600.39
HSL233.65º50.49%40.39%-
HSV(B)233.65º67.1%60.78%-
XYZ96.5231.79-
YUV69.31176.36114.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 62 (24.61% from 255) = 23.13%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=19.03%
G=23.13%
B=57.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51621550.670.600.39233.6550.4940.39
Hex333E9B433C027ea3228
Octal6376233103740473526250
Binary110011111110100110111000011111100010011111101010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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