#334592

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

Shades of Tory Blue #334592

Tints of Tory Blue #334592

Color information

#334592 (or 0x334592) is unknown color: approx Tory Blue. HEX triplet: 33, 45 and 92. RGB value is (51,69,146). Sum of RGB (Red+Green+Blue) = 51+69+146=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #334592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334592 is #CCBA6D. Grayscale: #484848. Windows color (decimal): -13417070 or 9585971. OLE color: 9585971.

HSL color Cylindrical-coordinate representation of color #334592: hue angle of 228.63º 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 #334592 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5169146-
CMYK0.650.5300.43
HSL228.63º48.22%38.63%-
HSV(B)228.63º65.07%57.25%-
XYZ8.687.0428.09-
YUV72.4169.54112.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=19.17%
G=25.94%
B=54.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51691460.650.5300.43228.6348.2238.63
Hex334592413502Be53027
Octal63105222101650533456047
Binary1100111000101100100101000001110101010101111100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334592; }

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

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

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

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

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

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

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

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