#334395

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

Shades of Tory Blue #334395

Tints of Tory Blue #334395

Color information

#334395 (or 0x334395) is unknown color: approx Tory Blue. HEX triplet: 33, 43 and 95. RGB value is (51,67,149). Sum of RGB (Red+Green+Blue) = 51+67+149=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #334395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334395 is #CCBC6A. Grayscale: #474747. Windows color (decimal): -13417579 or 9782067. OLE color: 9782067.

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

Color convert

RGB5167149-
CMYK0.660.5500.42
HSL230.2º49%39.22%-
HSV(B)230.2º65.77%58.43%-
XYZ8.86.8929.3-
YUV71.56171.7113.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=19.10%
G=25.09%
B=55.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51671490.660.5500.42230.24939.22
Hex334395423702Ae63127
Octal63103225102670523466147
Binary1100111000011100101011000010110111010101011100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334395; }

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

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

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

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

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

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

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

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