#333F9B

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

Shades of Tory Blue #333F9B

Tints of Tory Blue #333F9B

Color information

#333F9B (or 0x333F9B) is unknown color: approx Tory Blue. HEX triplet: 33, 3F and 9B. RGB value is (51,63,155). Sum of RGB (Red+Green+Blue) = 51+63+155=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #333F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F9B is #CCC064. Grayscale: #454545. Windows color (decimal): -13418597 or 10174259. OLE color: 10174259.

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

Color convert

RGB5163155-
CMYK0.670.5900.39
HSL233.08º50.49%40.39%-
HSV(B)233.08º67.1%60.78%-
XYZ9.066.6331.81-
YUV69.9176.02114.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 63 (25% from 255) = 23.42%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=18.96%
G=23.42%
B=57.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51631550.670.5900.39233.0850.4940.39
Hex333F9B433B027e93228
Octal6377233103730473516250
Binary110011111111100110111000011111011010011111101001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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