Html Css Color HEX #344193 Tory Blue

📋 copy color: '#344193'

red 52 ◦ green 65 ◦ blue 147

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

Shades of Tory Blue #344193

Tints of Tory Blue #344193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 19.7%
G = 24.62%
B = 55.68%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#344193 (or 0x344193) is known color: Tory Blue. HEX triplet: 34, 41 and 93. RGB value is (52,65,147). Sum of RGB (Red+Green+Blue) = 52+65+147=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #344193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344193 is #CBBE6C. Grayscale: #464646. Windows color (decimal): -13352557 or 9650484. OLE color: 9650484.

HSL color Cylindrical-coordinate representation of color #344193: hue angle of 231.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344193 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 65 147 -
CMYK 0.65 0.56 0 0.42
HSL 231.79º 0.48% 0.39% -
HSV(B) 231.79º 0.65% 0.58% -
XYZ 8.57 6.62 28.43 -
YUV 70.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 52 65 147 0.65 0.56 0 0.42 231.79 0.48 0.39
Hex 34 41 93 41 38 0 2A E8 30 27
Octal 64 101 223 101 70 0 52 350 60 47
Binary 110100 1000001 10010011 1000001 111000 0 101010 11101000 110000 100111

Color Harmonies of #344193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344193

Black with #344193

Text Example


Text Example

White with #344193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344193; }

 p { color: rgb(52,65,147); }

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

background-color css

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

 a { background-color: rgb(52,65,147); }

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

border-color css

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

 span { border-color: rgb(52,65,147); }

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