#334e8b

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

Shades of Tory Blue #334E8B

Tints of Tory Blue #334E8B

Color information

#334E8B (or 0x334E8B) is unknown color: approx Tory Blue. HEX triplet: 33, 4E and 8B. RGB value is (51,78,139). Sum of RGB (Red+Green+Blue) = 51+78+139=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #334E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334E8B is #CCB174. Grayscale: #4C4C4C. Windows color (decimal): -13414773 or 9129523. OLE color: 9129523.

HSL color Cylindrical-coordinate representation of color #334E8B: hue angle of 221.59º 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 #334E8B is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5178139-
CMYK0.630.4400.45
HSL221.59º46.32%37.25%-
HSV(B)221.59º63.31%54.51%-
XYZ8.758.0225.51-
YUV76.88163.05109.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 139 (54.69% from 255) = 51.87%
R=19.03%
G=29.10%
B=51.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51781390.630.4400.45221.5946.3237.25
Hex334E8B3F2C02Dde2e25
Octal6311621377540553365645
Binary110011100111010001011111111101100010110111011110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334e8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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