Html Css Color HEX #345795 Tory Blue

📋 copy color: '#345795'

red 52 ◦ green 87 ◦ blue 149

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

Shades of Tory Blue #345795

Tints of Tory Blue #345795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 18.06%
G = 30.21%
B = 51.74%

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

#345795 (or 0x345795) is known color: Tory Blue. HEX triplet: 34, 57 and 95. RGB value is (52,87,149). Sum of RGB (Red+Green+Blue) = 52+87+149=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #345795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345795 is #CBA86A. Grayscale: #535353. Windows color (decimal): -13346923 or 9787188. OLE color: 9787188.

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

Color convert

RGB 52 87 149 -
CMYK 0.65 0.42 0 0.42
HSL 218.35º 0.48% 0.39% -
HSV(B) 218.35º 0.65% 0.58% -
XYZ 10.25 9.72 29.77 -
YUV 83.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 52 87 149 0.65 0.42 0 0.42 218.35 0.48 0.39
Hex 34 57 95 41 2A 0 2A DA 30 27
Octal 64 127 225 101 52 0 52 332 60 47
Binary 110100 1010111 10010101 1000001 101010 0 101010 11011010 110000 100111

Color Harmonies of #345795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345795

Black with #345795

Text Example


Text Example

White with #345795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345795; }

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

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

background-color css

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

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

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

border-color css

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

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

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