#334590

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

Shades of Tory Blue #334590

Tints of Tory Blue #334590

Color information

#334590 (or 0x334590) is unknown color: approx Tory Blue. HEX triplet: 33, 45 and 90. RGB value is (51,69,144). Sum of RGB (Red+Green+Blue) = 51+69+144=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #334590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334590 is #CCBA6F. Grayscale: #474747. Windows color (decimal): -13417072 or 9454899. OLE color: 9454899.

HSL color Cylindrical-coordinate representation of color #334590: hue angle of 228.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334590 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5169144-
CMYK0.650.5200.44
HSL228.39º47.69%38.24%-
HSV(B)228.39º64.58%56.47%-
XYZ8.536.9727.28-
YUV72.17168.54112.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=19.32%
G=26.14%
B=54.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51691440.650.5200.44228.3947.6938.24
Hex334590413402Ce43026
Octal63105220101640543446046
Binary1100111000101100100001000001110100010110011100100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334590; }

 p { color: rgb(51,69,144); }

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

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

 a { background-color: rgb(51,69,144); }

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

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

 span { border-color: rgb(51,69,144); }

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