#334095

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

Shades of Tory Blue #334095

Tints of Tory Blue #334095

Color information

#334095 (or 0x334095) is unknown color: approx Tory Blue. HEX triplet: 33, 40 and 95. RGB value is (51,64,149). Sum of RGB (Red+Green+Blue) = 51+64+149=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #334095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334095 is #CCBF6A. Grayscale: #454545. Windows color (decimal): -13418347 or 9781299. OLE color: 9781299.

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

Color convert

RGB5164149-
CMYK0.660.5700.42
HSL232.04º49%39.22%-
HSV(B)232.04º65.77%58.43%-
XYZ8.626.5429.24-
YUV69.8172.69114.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 149 (58.59% from 255) = 56.44%
R=19.32%
G=24.24%
B=56.44%

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
Decimal51641490.660.5700.42232.044939.22
Hex334095423902Ae83127
Octal63100225102710523506147
Binary1100111000000100101011000010111001010101011101000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334095; }

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

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

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

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

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

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

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

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