#334694

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

Shades of Tory Blue #334694

Tints of Tory Blue #334694

Color information

#334694 (or 0x334694) is unknown color: approx Tory Blue. HEX triplet: 33, 46 and 94. RGB value is (51,70,148). Sum of RGB (Red+Green+Blue) = 51+70+148=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #334694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334694 is #CCB96B. Grayscale: #484848. Windows color (decimal): -13416812 or 9717299. OLE color: 9717299.

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

Color convert

RGB5170148-
CMYK0.660.5300.42
HSL228.25º48.74%39.02%-
HSV(B)228.25º65.54%58.04%-
XYZ8.97.2228.94-
YUV73.21170.21112.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 148 (58.20% from 255) = 55.02%
R=18.96%
G=26.02%
B=55.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51701480.660.5300.42228.2548.7439.02
Hex334694423502Ae43127
Octal63106224102650523446147
Binary1100111000110100101001000010110101010101011100100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334694; }

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

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

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

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

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

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

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

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