#344485

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

Shades of Tory Blue #344485

Tints of Tory Blue #344485

Color information

#344485 (or 0x344485) is unknown color: approx Tory Blue. HEX triplet: 34, 44 and 85. RGB value is (52,68,133). Sum of RGB (Red+Green+Blue) = 52+68+133=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #344485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344485 is #CBBB7A. Grayscale: #464646. Windows color (decimal): -13351803 or 8733748. OLE color: 8733748.

HSL color Cylindrical-coordinate representation of color #344485: hue angle of 228.15º degrees, saturation: 0.44, 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 #344485 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5268133-
CMYK0.610.4900.48
HSL228.15º43.78%36.27%-
HSV(B)228.15º60.9%52.16%-
XYZ7.726.5623.05-
YUV70.63163.2114.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=20.55%
G=26.88%
B=52.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52681330.610.4900.48228.1543.7836.27
Hex3444853D31030e42c24
Octal6410420575610603445444
Binary110100100010010000101111101110001011000011100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344485; }

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

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

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

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

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

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

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

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