#3444A3

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

Shades of Tory Blue #3444A3

Tints of Tory Blue #3444A3

Color information

#3444A3 (or 0x3444A3) is unknown color: approx Tory Blue. HEX triplet: 34, 44 and A3. RGB value is (52,68,163). Sum of RGB (Red+Green+Blue) = 52+68+163=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 163 (64.06% from 255 or 57.60% from 283); Max value from RGB is 163 - color contains mainly: blue. Hex color #3444A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3444A3 is #CBBB5C. Grayscale: #494949. Windows color (decimal): -13351773 or 10699828. OLE color: 10699828.

HSL color Cylindrical-coordinate representation of color #3444A3: hue angle of 231.35º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3444A3 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5268163-
CMYK0.680.5800.36
HSL231.35º51.63%42.16%-
HSV(B)231.35º68.1%63.92%-
XYZ10.097.5135.57-
YUV74.05178.2112.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 163 (64.06% from 255) = 57.60%
R=18.37%
G=24.03%
B=57.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52681630.680.5800.36231.3551.6342.16
Hex3444A3443A024e7342a
Octal64104243104720443476452
Binary1101001000100101000111000100111010010010011100111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3444A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3444A3; }

 p { color: rgb(52,68,163); }

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

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

 a { background-color: rgb(52,68,163); }

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

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

 span { border-color: rgb(52,68,163); }

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