#333F92

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

Shades of Tory Blue #333F92

Tints of Tory Blue #333F92

Color information

#333F92 (or 0x333F92) is unknown color: approx Tory Blue. HEX triplet: 33, 3F and 92. RGB value is (51,63,146). Sum of RGB (Red+Green+Blue) = 51+63+146=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #333F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F92 is #CCC06D. Grayscale: #444444. Windows color (decimal): -13418606 or 9584435. OLE color: 9584435.

HSL color Cylindrical-coordinate representation of color #333F92: hue angle of 232.42º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333F92 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5163146-
CMYK0.650.5700.43
HSL232.42º48.22%38.63%-
HSV(B)232.42º65.07%57.25%-
XYZ8.336.3327.98-
YUV68.87171.52115.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 146 (57.42% from 255) = 56.15%
R=19.62%
G=24.23%
B=56.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51631460.650.5700.43232.4248.2238.63
Hex333F92413902Be83027
Octal6377222101710533506047
Binary110011111111100100101000001111001010101111101000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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