#334D93

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

Shades of Tory Blue #334D93

Tints of Tory Blue #334D93

Color information

#334D93 (or 0x334D93) is unknown color: approx Tory Blue. HEX triplet: 33, 4D and 93. RGB value is (51,77,147). Sum of RGB (Red+Green+Blue) = 51+77+147=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #334D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D93 is #CCB26C. Grayscale: #4C4C4C. Windows color (decimal): -13415021 or 9653555. OLE color: 9653555.

HSL color Cylindrical-coordinate representation of color #334D93: hue angle of 223.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334D93 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5177147-
CMYK0.650.4800.42
HSL223.75º48.48%38.82%-
HSV(B)223.75º65.31%57.65%-
XYZ9.298.1228.68-
YUV77.21167.39109.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 77 (30.47% from 255) = 28%
BLUE value IS 147 (57.81% from 255) = 53.45%
R=18.55%
G=28%
B=53.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51771470.650.4800.42223.7548.4838.82
Hex334D93413002Ae03027
Octal63115223101600523406047
Binary1100111001101100100111000001110000010101011100000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334D93; }

 p { color: rgb(51,77,147); }

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

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

 a { background-color: rgb(51,77,147); }

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

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

 span { border-color: rgb(51,77,147); }

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