Html Css Color HEX #344491 Tory Blue

📋 copy color: '#344491'

red 52 ◦ green 68 ◦ blue 145

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

Shades of Tory Blue #344491

Tints of Tory Blue #344491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 19.62%
G = 25.66%
B = 54.72%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#344491 (or 0x344491) is known color: Tory Blue. HEX triplet: 34, 44 and 91. RGB value is (52,68,145). Sum of RGB (Red+Green+Blue) = 52+68+145=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #344491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344491 is #CBBB6E. Grayscale: #474747. Windows color (decimal): -13351791 or 9520180. OLE color: 9520180.

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

Color convert

RGB 52 68 145 -
CMYK 0.64 0.53 0 0.43
HSL 229.68º 0.47% 0.39% -
HSV(B) 229.68º 0.64% 0.57% -
XYZ 8.59 6.91 27.67 -
YUV 71.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 52 68 145 0.64 0.53 0 0.43 229.68 0.47 0.39
Hex 34 44 91 40 35 0 2B E6 2F 27
Octal 64 104 221 100 65 0 53 346 57 47
Binary 110100 1000100 10010001 1000000 110101 0 101011 11100110 101111 100111

Color Harmonies of #344491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344491

Black with #344491

Text Example


Text Example

White with #344491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344491; }

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

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

background-color css

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

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

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

border-color css

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

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

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