#334B8B

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

Shades of Tory Blue #334B8B

Tints of Tory Blue #334B8B

Color information

#334B8B (or 0x334B8B) is unknown color: approx Tory Blue. HEX triplet: 33, 4B and 8B. RGB value is (51,75,139). Sum of RGB (Red+Green+Blue) = 51+75+139=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #334B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B8B is #CCB474. Grayscale: #4A4A4A. Windows color (decimal): -13415541 or 9128755. OLE color: 9128755.

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

Color convert

RGB5175139-
CMYK0.630.4600.45
HSL223.64º46.32%37.25%-
HSV(B)223.64º63.31%54.51%-
XYZ8.547.625.44-
YUV75.12164.05110.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=19.25%
G=28.30%
B=52.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51751390.630.4600.45223.6446.3237.25
Hex334B8B3F2E02De02e25
Octal6311321377560553405645
Binary110011100101110001011111111101110010110111100000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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