#344C95

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

Shades of Tory Blue #344C95

Tints of Tory Blue #344C95

Color information

#344C95 (or 0x344C95) is unknown color: approx Tory Blue. HEX triplet: 34, 4C and 95. RGB value is (52,76,149). Sum of RGB (Red+Green+Blue) = 52+76+149=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #344C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C95 is #CBB36A. Grayscale: #4C4C4C. Windows color (decimal): -13349739 or 9784372. OLE color: 9784372.

HSL color Cylindrical-coordinate representation of color #344C95: hue angle of 225.15º 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 #344C95 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5276149-
CMYK0.650.4900.42
HSL225.15º48.26%39.41%-
HSV(B)225.15º65.1%58.43%-
XYZ9.438.0729.49-
YUV77.15168.55110.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=18.77%
G=27.44%
B=53.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52761490.650.4900.42225.1548.2639.41
Hex344C95413102Ae13027
Octal64114225101610523416047
Binary1101001001100100101011000001110001010101011100001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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