#3347A4

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

Shades of Tory Blue #3347A4

Tints of Tory Blue #3347A4

Color information

#3347A4 (or 0x3347A4) is unknown color: approx Tory Blue. HEX triplet: 33, 47 and A4. RGB value is (51,71,164). Sum of RGB (Red+Green+Blue) = 51+71+164=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #3347A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3347A4 is #CCB85B. Grayscale: #4B4B4B. Windows color (decimal): -13416540 or 10766131. OLE color: 10766131.

HSL color Cylindrical-coordinate representation of color #3347A4: hue angle of 229.38º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3347A4 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5171164-
CMYK0.690.5700.36
HSL229.38º52.56%42.16%-
HSV(B)229.38º68.9%64.31%-
XYZ10.327.8936.1-
YUV75.62177.87110.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 164 (64.45% from 255) = 57.34%
R=17.83%
G=24.83%
B=57.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51711640.690.5700.36229.3852.5642.16
Hex3347A44539024e5352a
Octal63107244105710443456552
Binary1100111000111101001001000101111001010010011100101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3347A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3347A4; }

 p { color: rgb(51,71,164); }

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

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

 a { background-color: rgb(51,71,164); }

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

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

 span { border-color: rgb(51,71,164); }

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