Html Css Color HEX #344786 Tory Blue

📋 copy color: '#344786'

red 52 ◦ green 71 ◦ blue 134

#344786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #344786

Tints of Tory Blue #344786

RGB

 RED value IS 52 (20.7% from 255) = 20.23%

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 134 (52.73% from 255) = 52.14%

R = 20.23%
G = 27.63%
B = 52.14%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#344786 (or 0x344786) is known color: Tory Blue. HEX triplet: 34, 47 and 86. RGB value is (52,71,134). Sum of RGB (Red+Green+Blue) = 52+71+134=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #344786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344786 is #CBB879. Grayscale: #484848. Windows color (decimal): -13351034 or 8800052. OLE color: 8800052.

HSL color Cylindrical-coordinate representation of color #344786: hue angle of 226.1º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344786 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 71 134 -
CMYK 0.61 0.47 0 0.47
HSL 226.1º 0.44% 0.36% -
HSV(B) 226.1º 0.61% 0.53% -
XYZ 7.97 6.96 23.48 -
YUV 72.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 52 71 134 0.61 0.47 0 0.47 226.1 0.44 0.36
Hex 34 47 86 3D 2F 0 2F E2 2C 24
Octal 64 107 206 75 57 0 57 342 54 44
Binary 110100 1000111 10000110 111101 101111 0 101111 11100010 101100 100100

Color Harmonies of #344786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344786

Black with #344786

Text Example


Text Example

White with #344786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344786; }

 p { color: rgb(52,71,134); }

 H1.HeaderClassName
 {
   color: #344786;
 }
 .AnyTagClassName
 {
   color: #344786;
 }
</style>

background-color css

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

 a { background-color: rgb(52,71,134); }

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

border-color css

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

 span { border-color: rgb(52,71,134); }

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