#334B9B

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

Shades of Tory Blue #334B9B

Tints of Tory Blue #334B9B

Color information

#334B9B (or 0x334B9B) is unknown color: approx Tory Blue. HEX triplet: 33, 4B and 9B. RGB value is (51,75,155). Sum of RGB (Red+Green+Blue) = 51+75+155=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #334B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B9B is #CCB464. Grayscale: #4C4C4C. Windows color (decimal): -13415525 or 10177331. OLE color: 10177331.

HSL color Cylindrical-coordinate representation of color #334B9B: hue angle of 226.15º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334B9B is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5175155-
CMYK0.670.5200.39
HSL226.15º50.49%40.39%-
HSV(B)226.15º67.1%60.78%-
XYZ9.88.132.06-
YUV76.94172.05109.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=18.15%
G=26.69%
B=55.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51751550.670.5200.39226.1550.4940.39
Hex334B9B4334027e23228
Octal63113233103640473426250
Binary1100111001011100110111000011110100010011111100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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