Html Css Color HEX #345293 Tory Blue

📋 copy color: '#345293'

red 52 ◦ green 82 ◦ blue 147

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

Shades of Tory Blue #345293

Tints of Tory Blue #345293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 18.51%
G = 29.18%
B = 52.31%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345293 (or 0x345293) is known color: Tory Blue. HEX triplet: 34, 52 and 93. RGB value is (52,82,147). Sum of RGB (Red+Green+Blue) = 52+82+147=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #345293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345293 is #CBAD6C. Grayscale: #505050. Windows color (decimal): -13348205 or 9654836. OLE color: 9654836.

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

Color convert

RGB 52 82 147 -
CMYK 0.65 0.44 0 0.42
HSL 221.05º 0.48% 0.39% -
HSV(B) 221.05º 0.65% 0.58% -
XYZ 9.7 8.87 28.8 -
YUV 80.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 52 82 147 0.65 0.44 0 0.42 221.05 0.48 0.39
Hex 34 52 93 41 2C 0 2A DD 30 27
Octal 64 122 223 101 54 0 52 335 60 47
Binary 110100 1010010 10010011 1000001 101100 0 101010 11011101 110000 100111

Color Harmonies of #345293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345293

Black with #345293

Text Example


Text Example

White with #345293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345293; }

 p { color: rgb(52,82,147); }

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

background-color css

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

 a { background-color: rgb(52,82,147); }

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

border-color css

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

 span { border-color: rgb(52,82,147); }

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