Html Css Color HEX #345193 Tory Blue

📋 copy color: '#345193'

red 52 ◦ green 81 ◦ blue 147

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

Shades of Tory Blue #345193

Tints of Tory Blue #345193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 18.57%
G = 28.93%
B = 52.5%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345193 (or 0x345193) is known color: Tory Blue. HEX triplet: 34, 51 and 93. RGB value is (52,81,147). Sum of RGB (Red+Green+Blue) = 52+81+147=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #345193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345193 is #CBAE6C. Grayscale: #4F4F4F. Windows color (decimal): -13348461 or 9654580. OLE color: 9654580.

HSL color Cylindrical-coordinate representation of color #345193: hue angle of 221.68º 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 #345193 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 81 147 -
CMYK 0.65 0.45 0 0.42
HSL 221.68º 0.48% 0.39% -
HSV(B) 221.68º 0.65% 0.58% -
XYZ 9.63 8.72 28.78 -
YUV 79.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 52 81 147 0.65 0.45 0 0.42 221.68 0.48 0.39
Hex 34 51 93 41 2D 0 2A DE 30 27
Octal 64 121 223 101 55 0 52 336 60 47
Binary 110100 1010001 10010011 1000001 101101 0 101010 11011110 110000 100111

Color Harmonies of #345193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345193

Black with #345193

Text Example


Text Example

White with #345193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345193; }

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

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

background-color css

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

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

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

border-color css

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

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

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