#334B90

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

Shades of Tory Blue #334B90

Tints of Tory Blue #334B90

Color information

#334B90 (or 0x334B90) is unknown color: approx Tory Blue. HEX triplet: 33, 4B and 90. RGB value is (51,75,144). Sum of RGB (Red+Green+Blue) = 51+75+144=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #334B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B90 is #CCB46F. Grayscale: #4B4B4B. Windows color (decimal): -13415536 or 9456435. OLE color: 9456435.

HSL color Cylindrical-coordinate representation of color #334B90: hue angle of 224.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334B90 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5175144-
CMYK0.650.4800.44
HSL224.52º47.69%38.24%-
HSV(B)224.52º64.58%56.47%-
XYZ8.927.7527.41-
YUV75.69166.55110.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=18.89%
G=27.78%
B=53.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51751440.650.4800.44224.5247.6938.24
Hex334B90413002Ce13026
Octal63113220101600543416046
Binary1100111001011100100001000001110000010110011100001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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