Html Css Color HEX #344691 Tory Blue

📋 copy color: '#344691'

red 52 ◦ green 70 ◦ blue 145

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

Shades of Tory Blue #344691

Tints of Tory Blue #344691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 19.48%
G = 26.22%
B = 54.31%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#344691 (or 0x344691) is known color: Tory Blue. HEX triplet: 34, 46 and 91. RGB value is (52,70,145). Sum of RGB (Red+Green+Blue) = 52+70+145=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #344691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344691 is #CBB96E. Grayscale: #484848. Windows color (decimal): -13351279 or 9520692. OLE color: 9520692.

HSL color Cylindrical-coordinate representation of color #344691: hue angle of 228.39º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344691 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 70 145 -
CMYK 0.64 0.52 0 0.43
HSL 228.39º 0.47% 0.39% -
HSV(B) 228.39º 0.64% 0.57% -
XYZ 8.72 7.15 27.71 -
YUV 73.17 168.54 112.9 -
System Red Green Blue C M Y K H S L
Decimal 52 70 145 0.64 0.52 0 0.43 228.39 0.47 0.39
Hex 34 46 91 40 34 0 2B E4 2F 27
Octal 64 106 221 100 64 0 53 344 57 47
Binary 110100 1000110 10010001 1000000 110100 0 101011 11100100 101111 100111

Color Harmonies of #344691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344691

Black with #344691

Text Example


Text Example

White with #344691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344691; }

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

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

background-color css

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

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

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

border-color css

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

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

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