#334D8B

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

Shades of Tory Blue #334D8B

Tints of Tory Blue #334D8B

Color information

#334D8B (or 0x334D8B) is unknown color: approx Tory Blue. HEX triplet: 33, 4D and 8B. RGB value is (51,77,139). Sum of RGB (Red+Green+Blue) = 51+77+139=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #334D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D8B is #CCB274. Grayscale: #4C4C4C. Windows color (decimal): -13415029 or 9129267. OLE color: 9129267.

HSL color Cylindrical-coordinate representation of color #334D8B: hue angle of 222.27º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #334D8B is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5177139-
CMYK0.630.4500.45
HSL222.27º46.32%37.25%-
HSV(B)222.27º63.31%54.51%-
XYZ8.687.8825.49-
YUV76.29163.39109.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=19.10%
G=28.84%
B=52.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51771390.630.4500.45222.2746.3237.25
Hex334D8B3F2D02Dde2e25
Octal6311521377550553365645
Binary110011100110110001011111111101101010110111011110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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