#334292

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

Shades of Tory Blue #334292

Tints of Tory Blue #334292

Color information

#334292 (or 0x334292) is unknown color: approx Tory Blue. HEX triplet: 33, 42 and 92. RGB value is (51,66,146). Sum of RGB (Red+Green+Blue) = 51+66+146=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #334292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334292 is #CCBD6D. Grayscale: #464646. Windows color (decimal): -13417838 or 9585203. OLE color: 9585203.

HSL color Cylindrical-coordinate representation of color #334292: hue angle of 230.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334292 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5166146-
CMYK0.650.5500.43
HSL230.53º48.22%38.63%-
HSV(B)230.53º65.07%57.25%-
XYZ8.56.6828.03-
YUV70.64170.53114-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=19.39%
G=25.10%
B=55.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51661460.650.5500.43230.5348.2238.63
Hex334292413702Be73027
Octal63102222101670533476047
Binary1100111000010100100101000001110111010101111100111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334292; }

 p { color: rgb(51,66,146); }

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

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

 a { background-color: rgb(51,66,146); }

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

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

 span { border-color: rgb(51,66,146); }

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