#334B8E

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

Shades of Tory Blue #334B8E

Tints of Tory Blue #334B8E

Color information

#334B8E (or 0x334B8E) is unknown color: approx Tory Blue. HEX triplet: 33, 4B and 8E. RGB value is (51,75,142). Sum of RGB (Red+Green+Blue) = 51+75+142=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #334B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B8E is #CCB471. Grayscale: #4B4B4B. Windows color (decimal): -13415538 or 9325363. OLE color: 9325363.

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

Color convert

RGB5175142-
CMYK0.640.4700.44
HSL224.18º47.15%37.84%-
HSV(B)224.18º64.08%55.69%-
XYZ8.767.6926.61-
YUV75.46165.55110.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=19.03%
G=27.99%
B=52.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51751420.640.4700.44224.1847.1537.84
Hex334B8E402F02Ce02f26
Octal63113216100570543405746
Binary1100111001011100011101000000101111010110011100000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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