Html Css Color HEX #344591 Tory Blue

📋 copy color: '#344591'

red 52 ◦ green 69 ◦ blue 145

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

Shades of Tory Blue #344591

Tints of Tory Blue #344591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 19.55%
G = 25.94%
B = 54.51%

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

#344591 (or 0x344591) is known color: Tory Blue. HEX triplet: 34, 45 and 91. RGB value is (52,69,145). Sum of RGB (Red+Green+Blue) = 52+69+145=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #344591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344591 is #CBBA6E. Grayscale: #484848. Windows color (decimal): -13351535 or 9520436. OLE color: 9520436.

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

Color convert

RGB 52 69 145 -
CMYK 0.64 0.52 0 0.43
HSL 229.03º 0.47% 0.39% -
HSV(B) 229.03º 0.64% 0.57% -
XYZ 8.66 7.03 27.69 -
YUV 72.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 52 69 145 0.64 0.52 0 0.43 229.03 0.47 0.39
Hex 34 45 91 40 34 0 2B E5 2F 27
Octal 64 105 221 100 64 0 53 345 57 47
Binary 110100 1000101 10010001 1000000 110100 0 101011 11100101 101111 100111

Color Harmonies of #344591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344591

Black with #344591

Text Example


Text Example

White with #344591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344591; }

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

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

background-color css

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

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

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

border-color css

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

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

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