Html Css Color HEX #344C86 Tory Blue

📋 copy color: '#344C86'

red 52 ◦ green 76 ◦ blue 134

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

Shades of Tory Blue #344C86

Tints of Tory Blue #344C86

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

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

R = 19.85%
G = 29.01%
B = 51.15%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#344C86 (or 0x344C86) is known color: Tory Blue. HEX triplet: 34, 4C and 86. RGB value is (52,76,134). Sum of RGB (Red+Green+Blue) = 52+76+134=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #344C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C86 is #CBB379. Grayscale: #4B4B4B. Windows color (decimal): -13349754 or 8801332. OLE color: 8801332.

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

Color convert

RGB 52 76 134 -
CMYK 0.61 0.43 0 0.47
HSL 222.44º 0.44% 0.36% -
HSV(B) 222.44º 0.61% 0.53% -
XYZ 8.3 7.62 23.59 -
YUV 75.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 52 76 134 0.61 0.43 0 0.47 222.44 0.44 0.36
Hex 34 4C 86 3D 2B 0 2F DE 2C 24
Octal 64 114 206 75 53 0 57 336 54 44
Binary 110100 1001100 10000110 111101 101011 0 101111 11011110 101100 100100

Color Harmonies of #344C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C86

Black with #344C86

Text Example


Text Example

White with #344C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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