Html Css Color HEX #344391 Tory Blue

📋 copy color: '#344391'

red 52 ◦ green 67 ◦ blue 145

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

Shades of Tory Blue #344391

Tints of Tory Blue #344391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 19.7%
G = 25.38%
B = 54.92%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#344391 (or 0x344391) is known color: Tory Blue. HEX triplet: 34, 43 and 91. RGB value is (52,67,145). Sum of RGB (Red+Green+Blue) = 52+67+145=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #344391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344391 is #CBBC6E. Grayscale: #474747. Windows color (decimal): -13352047 or 9519924. OLE color: 9519924.

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

Color convert

RGB 52 67 145 -
CMYK 0.64 0.54 0 0.43
HSL 230.32º 0.47% 0.39% -
HSV(B) 230.32º 0.64% 0.57% -
XYZ 8.53 6.79 27.65 -
YUV 71.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 52 67 145 0.64 0.54 0 0.43 230.32 0.47 0.39
Hex 34 43 91 40 36 0 2B E6 2F 27
Octal 64 103 221 100 66 0 53 346 57 47
Binary 110100 1000011 10010001 1000000 110110 0 101011 11100110 101111 100111

Color Harmonies of #344391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344391

Black with #344391

Text Example


Text Example

White with #344391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344391; }

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

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

background-color css

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

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

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

border-color css

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

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

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