#334894

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

Shades of Tory Blue #334894

Tints of Tory Blue #334894

Color information

#334894 (or 0x334894) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 94. RGB value is (51,72,148). Sum of RGB (Red+Green+Blue) = 51+72+148=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #334894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334894 is #CCB76B. Grayscale: #4A4A4A. Windows color (decimal): -13416300 or 9717811. OLE color: 9717811.

HSL color Cylindrical-coordinate representation of color #334894: hue angle of 227.01º 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 #334894 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5172148-
CMYK0.660.5100.42
HSL227.01º48.74%39.02%-
HSV(B)227.01º65.54%58.04%-
XYZ9.037.4828.98-
YUV74.38169.54111.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=18.82%
G=26.57%
B=54.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51721480.660.5100.42227.0148.7439.02
Hex334894423302Ae33127
Octal63110224102630523436147
Binary1100111001000100101001000010110011010101011100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334894; }

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

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

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

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

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

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

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

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