#333D99

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

Shades of Tory Blue #333D99

Tints of Tory Blue #333D99

Color information

#333D99 (or 0x333D99) is unknown color: approx Tory Blue. HEX triplet: 33, 3D and 99. RGB value is (51,61,153). Sum of RGB (Red+Green+Blue) = 51+61+153=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #333D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D99 is #CCC266. Grayscale: #444444. Windows color (decimal): -13419111 or 10042675. OLE color: 10042675.

HSL color Cylindrical-coordinate representation of color #333D99: hue angle of 234.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333D99 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5161153-
CMYK0.670.6000.4
HSL234.12º50%40%-
HSV(B)234.12º66.67%60%-
XYZ8.786.3430.9-
YUV68.5175.69115.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 61 (24.22% from 255) = 23.02%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=19.25%
G=23.02%
B=57.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51611530.670.6000.4234.125040
Hex333D99433C028ea3228
Octal6375231103740503526250
Binary110011111101100110011000011111100010100011101010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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