#344B95

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

Shades of Tory Blue #344B95

Tints of Tory Blue #344B95

Color information

#344B95 (or 0x344B95) is unknown color: approx Tory Blue. HEX triplet: 34, 4B and 95. RGB value is (52,75,149). Sum of RGB (Red+Green+Blue) = 52+75+149=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #344B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344B95 is #CBB46A. Grayscale: #4C4C4C. Windows color (decimal): -13349995 or 9784116. OLE color: 9784116.

HSL color Cylindrical-coordinate representation of color #344B95: hue angle of 225.77º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344B95 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5275149-
CMYK0.650.5000.42
HSL225.77º48.26%39.41%-
HSV(B)225.77º65.1%58.43%-
XYZ9.367.9329.47-
YUV76.56168.88110.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=18.84%
G=27.17%
B=53.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52751490.650.5000.42225.7748.2639.41
Hex344B95413202Ae23027
Octal64113225101620523426047
Binary1101001001011100101011000001110010010101011100010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344B95; }

 p { color: rgb(52,75,149); }

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

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

 a { background-color: rgb(52,75,149); }

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

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

 span { border-color: rgb(52,75,149); }

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