#3344A4

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

Shades of Tory Blue #3344A4

Tints of Tory Blue #3344A4

Color information

#3344A4 (or 0x3344A4) is unknown color: approx Tory Blue. HEX triplet: 33, 44 and A4. RGB value is (51,68,164). Sum of RGB (Red+Green+Blue) = 51+68+164=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #3344A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3344A4 is #CCBB5B. Grayscale: #494949. Windows color (decimal): -13417308 or 10765363. OLE color: 10765363.

HSL color Cylindrical-coordinate representation of color #3344A4: hue angle of 230.97º 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 #3344A4 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5168164-
CMYK0.690.5900.36
HSL230.97º52.56%42.16%-
HSV(B)230.97º68.9%64.31%-
XYZ10.137.5236.04-
YUV73.86178.87111.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 164 (64.45% from 255) = 57.95%
R=18.02%
G=24.03%
B=57.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51681640.690.5900.36230.9752.5642.16
Hex3344A4453B024e7352a
Octal63104244105730443476552
Binary1100111000100101001001000101111011010010011100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3344A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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