#344984

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

Shades of Tory Blue #344984

Tints of Tory Blue #344984

Color information

#344984 (or 0x344984) is unknown color: approx Tory Blue. HEX triplet: 34, 49 and 84. RGB value is (52,73,132). Sum of RGB (Red+Green+Blue) = 52+73+132=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #344984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344984 is #CBB67B. Grayscale: #494949. Windows color (decimal): -13350524 or 8669492. OLE color: 8669492.

HSL color Cylindrical-coordinate representation of color #344984: hue angle of 224.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344984 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5273132-
CMYK0.610.4500.48
HSL224.25º43.48%36.08%-
HSV(B)224.25º60.61%51.76%-
XYZ7.967.1622.79-
YUV73.45161.04112.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=20.23%
G=28.40%
B=51.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52731320.610.4500.48224.2543.4836.08
Hex3449843D2D030e02b24
Octal6411120475550603405344
Binary110100100100110000100111101101101011000011100000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344984; }

 p { color: rgb(52,73,132); }

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

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

 a { background-color: rgb(52,73,132); }

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

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

 span { border-color: rgb(52,73,132); }

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