#333E9C

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

Shades of Tory Blue #333E9C

Tints of Tory Blue #333E9C

Color information

#333E9C (or 0x333E9C) is unknown color: approx Tory Blue. HEX triplet: 33, 3E and 9C. RGB value is (51,62,156). Sum of RGB (Red+Green+Blue) = 51+62+156=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #333E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E9C is #CCC163. Grayscale: #454545. Windows color (decimal): -13418852 or 10239539. OLE color: 10239539.

HSL color Cylindrical-coordinate representation of color #333E9C: hue angle of 233.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333E9C is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5162156-
CMYK0.670.6000.39
HSL233.71º50.72%40.59%-
HSV(B)233.71º67.31%61.18%-
XYZ9.096.5532.24-
YUV69.43176.86114.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 156 (61.33% from 255) = 57.99%
R=18.96%
G=23.05%
B=57.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51621560.670.6000.39233.7150.7240.59
Hex333E9C433C027ea3329
Octal6376234103740473526351
Binary110011111110100111001000011111100010011111101010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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