Html Css Color HEX #345595 Tory Blue

📋 copy color: '#345595'

red 52 ◦ green 85 ◦ blue 149

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

Shades of Tory Blue #345595

Tints of Tory Blue #345595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 18.18%
G = 29.72%
B = 52.1%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345595 (or 0x345595) is known color: Tory Blue. HEX triplet: 34, 55 and 95. RGB value is (52,85,149). Sum of RGB (Red+Green+Blue) = 52+85+149=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #345595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345595 is #CBAA6A. Grayscale: #525252. Windows color (decimal): -13347435 or 9786676. OLE color: 9786676.

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

Color convert

RGB 52 85 149 -
CMYK 0.65 0.43 0 0.42
HSL 219.59º 0.48% 0.39% -
HSV(B) 219.59º 0.65% 0.58% -
XYZ 10.09 9.4 29.72 -
YUV 82.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 52 85 149 0.65 0.43 0 0.42 219.59 0.48 0.39
Hex 34 55 95 41 2B 0 2A DC 30 27
Octal 64 125 225 101 53 0 52 334 60 47
Binary 110100 1010101 10010101 1000001 101011 0 101010 11011100 110000 100111

Color Harmonies of #345595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345595

Black with #345595

Text Example


Text Example

White with #345595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345595; }

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

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

background-color css

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

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

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

border-color css

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

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

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