Html Css Color HEX #344891 Tory Blue

📋 copy color: '#344891'

red 52 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #344891

Tints of Tory Blue #344891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

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

R = 19.33%
G = 26.77%
B = 53.9%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#344891 (or 0x344891) is known color: Tory Blue. HEX triplet: 34, 48 and 91. RGB value is (52,72,145). Sum of RGB (Red+Green+Blue) = 52+72+145=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #344891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344891 is #CBB76E. Grayscale: #4A4A4A. Windows color (decimal): -13350767 or 9521204. OLE color: 9521204.

HSL color Cylindrical-coordinate representation of color #344891: hue angle of 227.1º 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 #344891 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 72 145 -
CMYK 0.64 0.50 0 0.43
HSL 227.1º 0.47% 0.39% -
HSV(B) 227.1º 0.64% 0.57% -
XYZ 8.84 7.41 27.75 -
YUV 74.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 52 72 145 0.64 0.50 0 0.43 227.1 0.47 0.39
Hex 34 48 91 40 32 0 2B E3 2F 27
Octal 64 110 221 100 62 0 53 343 57 47
Binary 110100 1001000 10010001 1000000 110010 0 101011 11100011 101111 100111

Color Harmonies of #344891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344891

Black with #344891

Text Example


Text Example

White with #344891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344891; }

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

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

background-color css

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

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

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

border-color css

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

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

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