#3342A0

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

Shades of Tory Blue #3342A0

Tints of Tory Blue #3342A0

Color information

#3342A0 (or 0x3342A0) is unknown color: approx Tory Blue. HEX triplet: 33, 42 and A0. RGB value is (51,66,160). Sum of RGB (Red+Green+Blue) = 51+66+160=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #3342A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3342A0 is #CCBD5F. Grayscale: #474747. Windows color (decimal): -13417824 or 10502707. OLE color: 10502707.

HSL color Cylindrical-coordinate representation of color #3342A0: hue angle of 231.74º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3342A0 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5166160-
CMYK0.680.5900.37
HSL231.74º51.66%41.37%-
HSV(B)231.74º68.12%62.75%-
XYZ9.667.1434.13-
YUV72.23177.53112.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 160 (62.89% from 255) = 57.76%
R=18.41%
G=23.83%
B=57.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51661600.680.5900.37231.7451.6641.37
Hex3342A0443B025e83429
Octal63102240104730453506451
Binary1100111000010101000001000100111011010010111101000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3342A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3342A0; }

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

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

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

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

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

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

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

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