#334893

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

Shades of Tory Blue #334893

Tints of Tory Blue #334893

Color information

#334893 (or 0x334893) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 93. RGB value is (51,72,147). Sum of RGB (Red+Green+Blue) = 51+72+147=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #334893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334893 is #CCB76C. Grayscale: #494949. Windows color (decimal): -13416301 or 9652275. OLE color: 9652275.

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

Color convert

RGB5172147-
CMYK0.650.5100.42
HSL226.88º48.48%38.82%-
HSV(B)226.88º65.31%57.65%-
XYZ8.957.4528.57-
YUV74.27169.04111.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=18.89%
G=26.67%
B=54.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51721470.650.5100.42226.8848.4838.82
Hex334893413302Ae33027
Octal63110223101630523436047
Binary1100111001000100100111000001110011010101011100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334893; }

 p { color: rgb(51,72,147); }

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

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

 a { background-color: rgb(51,72,147); }

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

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

 span { border-color: rgb(51,72,147); }

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