#334B9F

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

Shades of Tory Blue #334B9F

Tints of Tory Blue #334B9F

Color information

#334B9F (or 0x334B9F) is unknown color: approx Tory Blue. HEX triplet: 33, 4B and 9F. RGB value is (51,75,159). Sum of RGB (Red+Green+Blue) = 51+75+159=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #334B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B9F is #CCB460. Grayscale: #4D4D4D. Windows color (decimal): -13415521 or 10439475. OLE color: 10439475.

HSL color Cylindrical-coordinate representation of color #334B9F: hue angle of 226.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #334B9F is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5175159-
CMYK0.680.5300.38
HSL226.67º51.43%41.18%-
HSV(B)226.67º67.92%62.35%-
XYZ10.148.2433.86-
YUV77.4174.05109.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=17.89%
G=26.32%
B=55.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51751590.680.5300.38226.6751.4341.18
Hex334B9F4435026e33329
Octal63113237104650463436351
Binary1100111001011100111111000100110101010011011100011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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