#334094

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

Shades of Tory Blue #334094

Tints of Tory Blue #334094

Color information

#334094 (or 0x334094) is unknown color: approx Tory Blue. HEX triplet: 33, 40 and 94. RGB value is (51,64,148). Sum of RGB (Red+Green+Blue) = 51+64+148=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #334094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334094 is #CCBF6B. Grayscale: #454545. Windows color (decimal): -13418348 or 9715763. OLE color: 9715763.

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

Color convert

RGB5164148-
CMYK0.660.5700.42
HSL231.96º48.74%39.02%-
HSV(B)231.96º65.54%58.04%-
XYZ8.546.5128.82-
YUV69.69172.19114.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 148 (58.20% from 255) = 56.27%
R=19.39%
G=24.33%
B=56.27%

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
Decimal51641480.660.5700.42231.9648.7439.02
Hex334094423902Ae83127
Octal63100224102710523506147
Binary1100111000000100101001000010111001010101011101000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334094; }

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

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

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

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

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

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

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

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