Html Css Color HEX #345593 Tory Blue

📋 copy color: '#345593'

red 52 ◦ green 85 ◦ blue 147

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

Shades of Tory Blue #345593

Tints of Tory Blue #345593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 18.31%
G = 29.93%
B = 51.76%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345593 (or 0x345593) is known color: Tory Blue. HEX triplet: 34, 55 and 93. RGB value is (52,85,147). Sum of RGB (Red+Green+Blue) = 52+85+147=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #345593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345593 is #CBAA6C. Grayscale: #515151. Windows color (decimal): -13347437 or 9655604. OLE color: 9655604.

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

Color convert

RGB 52 85 147 -
CMYK 0.65 0.42 0 0.42
HSL 219.16º 0.48% 0.39% -
HSV(B) 219.16º 0.65% 0.58% -
XYZ 9.93 9.33 28.88 -
YUV 82.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 52 85 147 0.65 0.42 0 0.42 219.16 0.48 0.39
Hex 34 55 93 41 2A 0 2A DB 30 27
Octal 64 125 223 101 52 0 52 333 60 47
Binary 110100 1010101 10010011 1000001 101010 0 101010 11011011 110000 100111

Color Harmonies of #345593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345593

Black with #345593

Text Example


Text Example

White with #345593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345593; }

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

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

background-color css

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

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

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

border-color css

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

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

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