Html Css Color HEX #344686 Tory Blue

📋 copy color: '#344686'

red 52 ◦ green 70 ◦ blue 134

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

Shades of Tory Blue #344686

Tints of Tory Blue #344686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

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

R = 20.31%
G = 27.34%
B = 52.34%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#344686 (or 0x344686) is known color: Tory Blue. HEX triplet: 34, 46 and 86. RGB value is (52,70,134). Sum of RGB (Red+Green+Blue) = 52+70+134=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #344686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344686 is #CBB979. Grayscale: #474747. Windows color (decimal): -13351290 or 8799796. OLE color: 8799796.

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

Color convert

RGB 52 70 134 -
CMYK 0.61 0.48 0 0.47
HSL 226.83º 0.44% 0.36% -
HSV(B) 226.83º 0.61% 0.53% -
XYZ 7.91 6.83 23.46 -
YUV 71.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 52 70 134 0.61 0.48 0 0.47 226.83 0.44 0.36
Hex 34 46 86 3D 30 0 2F E3 2C 24
Octal 64 106 206 75 60 0 57 343 54 44
Binary 110100 1000110 10000110 111101 110000 0 101111 11100011 101100 100100

Color Harmonies of #344686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344686

Black with #344686

Text Example


Text Example

White with #344686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344686; }

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

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

background-color css

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

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

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

border-color css

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

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

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