#333F94

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

Shades of Tory Blue #333F94

Tints of Tory Blue #333F94

Color information

#333F94 (or 0x333F94) is unknown color: approx Tory Blue. HEX triplet: 33, 3F and 94. RGB value is (51,63,148). Sum of RGB (Red+Green+Blue) = 51+63+148=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #333F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F94 is #CCC06B. Grayscale: #444444. Windows color (decimal): -13418604 or 9715507. OLE color: 9715507.

HSL color Cylindrical-coordinate representation of color #333F94: hue angle of 232.58º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333F94 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5163148-
CMYK0.660.5700.42
HSL232.58º48.74%39.02%-
HSV(B)232.58º65.54%58.04%-
XYZ8.496.428.8-
YUV69.1172.52115.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=19.47%
G=24.05%
B=56.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51631480.660.5700.42232.5848.7439.02
Hex333F94423902Ae93127
Octal6377224102710523516147
Binary110011111111100101001000010111001010101011101001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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