Html Css Color HEX #345391 Tory Blue

📋 copy color: '#345391'

red 52 ◦ green 83 ◦ blue 145

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

Shades of Tory Blue #345391

Tints of Tory Blue #345391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 18.57%
G = 29.64%
B = 51.79%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345391 (or 0x345391) is known color: Tory Blue. HEX triplet: 34, 53 and 91. RGB value is (52,83,145). Sum of RGB (Red+Green+Blue) = 52+83+145=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #345391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345391 is #CBAC6E. Grayscale: #505050. Windows color (decimal): -13347951 or 9524020. OLE color: 9524020.

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

Color convert

RGB 52 83 145 -
CMYK 0.64 0.43 0 0.43
HSL 220º 0.47% 0.39% -
HSV(B) 220º 0.64% 0.57% -
XYZ 9.62 8.96 28.01 -
YUV 80.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 52 83 145 0.64 0.43 0 0.43 220 0.47 0.39
Hex 34 53 91 40 2B 0 2B DC 2F 27
Octal 64 123 221 100 53 0 53 334 57 47
Binary 110100 1010011 10010001 1000000 101011 0 101011 11011100 101111 100111

Color Harmonies of #345391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345391

Black with #345391

Text Example


Text Example

White with #345391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345391; }

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

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

background-color css

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

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

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

border-color css

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

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

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