Html Css Color HEX #345695 Tory Blue

📋 copy color: '#345695'

red 52 ◦ green 86 ◦ blue 149

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

Shades of Tory Blue #345695

Tints of Tory Blue #345695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 18.12%
G = 29.97%
B = 51.92%

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

#345695 (or 0x345695) is known color: Tory Blue. HEX triplet: 34, 56 and 95. RGB value is (52,86,149). Sum of RGB (Red+Green+Blue) = 52+86+149=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #345695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345695 is #CBA96A. Grayscale: #525252. Windows color (decimal): -13347179 or 9786932. OLE color: 9786932.

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

Color convert

RGB 52 86 149 -
CMYK 0.65 0.42 0 0.42
HSL 218.97º 0.48% 0.39% -
HSV(B) 218.97º 0.65% 0.58% -
XYZ 10.17 9.56 29.74 -
YUV 83.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 52 86 149 0.65 0.42 0 0.42 218.97 0.48 0.39
Hex 34 56 95 41 2A 0 2A DB 30 27
Octal 64 126 225 101 52 0 52 333 60 47
Binary 110100 1010110 10010101 1000001 101010 0 101010 11011011 110000 100111

Color Harmonies of #345695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345695

Black with #345695

Text Example


Text Example

White with #345695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345695; }

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

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

background-color css

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

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

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

border-color css

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

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

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