#334D99

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

Shades of Tory Blue #334D99

Tints of Tory Blue #334D99

Color information

#334D99 (or 0x334D99) is unknown color: approx Tory Blue. HEX triplet: 33, 4D and 99. RGB value is (51,77,153). Sum of RGB (Red+Green+Blue) = 51+77+153=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #334D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D99 is #CCB266. Grayscale: #4D4D4D. Windows color (decimal): -13415015 or 10046771. OLE color: 10046771.

HSL color Cylindrical-coordinate representation of color #334D99: hue angle of 224.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334D99 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5177153-
CMYK0.670.5000.4
HSL224.71º50%40%-
HSV(B)224.71º66.67%60%-
XYZ9.778.3131.23-
YUV77.89170.39108.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=18.15%
G=27.40%
B=54.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51771530.670.5000.4224.715040
Hex334D994332028e13228
Octal63115231103620503416250
Binary1100111001101100110011000011110010010100011100001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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