Html Css Color HEX #345393 Tory Blue

📋 copy color: '#345393'

red 52 ◦ green 83 ◦ blue 147

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

Shades of Tory Blue #345393

Tints of Tory Blue #345393

RGB

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

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

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

R = 18.44%
G = 29.43%
B = 52.13%

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

#345393 (or 0x345393) is known color: Tory Blue. HEX triplet: 34, 53 and 93. RGB value is (52,83,147). Sum of RGB (Red+Green+Blue) = 52+83+147=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #345393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345393 is #CBAC6C. Grayscale: #505050. Windows color (decimal): -13347949 or 9655092. OLE color: 9655092.

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

Color convert

RGB 52 83 147 -
CMYK 0.65 0.44 0 0.42
HSL 220.42º 0.48% 0.39% -
HSV(B) 220.42º 0.65% 0.58% -
XYZ 9.78 9.02 28.83 -
YUV 81.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 52 83 147 0.65 0.44 0 0.42 220.42 0.48 0.39
Hex 34 53 93 41 2C 0 2A DC 30 27
Octal 64 123 223 101 54 0 52 334 60 47
Binary 110100 1010011 10010011 1000001 101100 0 101010 11011100 110000 100111

Color Harmonies of #345393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345393

Black with #345393

Text Example


Text Example

White with #345393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345393; }

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

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

background-color css

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

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

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

border-color css

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

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

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