Html Css Color HEX #345691 Tory Blue

📋 copy color: '#345691'

red 52 ◦ green 86 ◦ blue 145

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

Shades of Tory Blue #345691

Tints of Tory Blue #345691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 18.37%
G = 30.39%
B = 51.24%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345691 (or 0x345691) is known color: Tory Blue. HEX triplet: 34, 56 and 91. RGB value is (52,86,145). Sum of RGB (Red+Green+Blue) = 52+86+145=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #345691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345691 is #CBA96E. Grayscale: #525252. Windows color (decimal): -13347183 or 9524788. OLE color: 9524788.

HSL color Cylindrical-coordinate representation of color #345691: hue angle of 218.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345691 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 86 145 -
CMYK 0.64 0.41 0 0.43
HSL 218.06º 0.47% 0.39% -
HSV(B) 218.06º 0.64% 0.57% -
XYZ 9.85 9.43 28.09 -
YUV 82.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 52 86 145 0.64 0.41 0 0.43 218.06 0.47 0.39
Hex 34 56 91 40 29 0 2B DA 2F 27
Octal 64 126 221 100 51 0 53 332 57 47
Binary 110100 1010110 10010001 1000000 101001 0 101011 11011010 101111 100111

Color Harmonies of #345691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345691

Black with #345691

Text Example


Text Example

White with #345691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345691; }

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

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

background-color css

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

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

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

border-color css

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

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

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