#334B85

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

Shades of Tory Blue #334B85

Tints of Tory Blue #334B85

Color information

#334B85 (or 0x334B85) is unknown color: approx Tory Blue. HEX triplet: 33, 4B and 85. RGB value is (51,75,133). Sum of RGB (Red+Green+Blue) = 51+75+133=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #334B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B85 is #CCB47A. Grayscale: #4A4A4A. Windows color (decimal): -13415547 or 8735539. OLE color: 8735539.

HSL color Cylindrical-coordinate representation of color #334B85: hue angle of 222.44º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334B85 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5175133-
CMYK0.620.4400.48
HSL222.44º44.57%36.08%-
HSV(B)222.44º61.65%52.16%-
XYZ8.117.4323.2-
YUV74.44161.05111.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=19.69%
G=28.96%
B=51.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51751330.620.4400.48222.4444.5736.08
Hex334B853E2C030de2d24
Octal6311320576540603365544
Binary110011100101110000101111110101100011000011011110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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