#333F98

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

Shades of Tory Blue #333F98

Tints of Tory Blue #333F98

Color information

#333F98 (or 0x333F98) is unknown color: approx Tory Blue. HEX triplet: 33, 3F and 98. RGB value is (51,63,152). Sum of RGB (Red+Green+Blue) = 51+63+152=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #333F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F98 is #CCC067. Grayscale: #454545. Windows color (decimal): -13418600 or 9977651. OLE color: 9977651.

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

Color convert

RGB5163152-
CMYK0.660.5900.40
HSL232.87º49.75%39.8%-
HSV(B)232.87º66.45%59.61%-
XYZ8.816.5330.5-
YUV69.56174.52114.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 63 (25% from 255) = 23.68%
BLUE value IS 152 (59.77% from 255) = 57.14%
R=19.17%
G=23.68%
B=57.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51631520.660.5900.40232.8749.7539.8
Hex333F98423B028e93228
Octal6377230102730503516250
Binary110011111111100110001000010111011010100011101001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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