#334D9B

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

Shades of Tory Blue #334D9B

Tints of Tory Blue #334D9B

Color information

#334D9B (or 0x334D9B) is unknown color: approx Tory Blue. HEX triplet: 33, 4D and 9B. RGB value is (51,77,155). Sum of RGB (Red+Green+Blue) = 51+77+155=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #334D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D9B is #CCB264. Grayscale: #4D4D4D. Windows color (decimal): -13415013 or 10177843. OLE color: 10177843.

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

Color convert

RGB5177155-
CMYK0.670.5000.39
HSL225º50.49%40.39%-
HSV(B)225º67.1%60.78%-
XYZ9.948.3832.1-
YUV78.12171.39108.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=18.02%
G=27.21%
B=54.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51771550.670.5000.3922550.4940.39
Hex334D9B4332027e13228
Octal63115233103620473416250
Binary1100111001101100110111000011110010010011111100001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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