Html Css Color HEX #345394 Tory Blue

📋 copy color: '#345394'

red 52 ◦ green 83 ◦ blue 148

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

Shades of Tory Blue #345394

Tints of Tory Blue #345394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 18.37%
G = 29.33%
B = 52.3%

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

#345394 (or 0x345394) is known color: Tory Blue. HEX triplet: 34, 53 and 94. RGB value is (52,83,148). Sum of RGB (Red+Green+Blue) = 52+83+148=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #345394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345394 is #CBAC6B. Grayscale: #505050. Windows color (decimal): -13347948 or 9720628. OLE color: 9720628.

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

Color convert

RGB 52 83 148 -
CMYK 0.65 0.44 0 0.42
HSL 220.63º 0.48% 0.39% -
HSV(B) 220.63º 0.65% 0.58% -
XYZ 9.85 9.05 29.25 -
YUV 81.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 52 83 148 0.65 0.44 0 0.42 220.63 0.48 0.39
Hex 34 53 94 41 2C 0 2A DD 30 27
Octal 64 123 224 101 54 0 52 335 60 47
Binary 110100 1010011 10010100 1000001 101100 0 101010 11011101 110000 100111

Color Harmonies of #345394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345394

Black with #345394

Text Example


Text Example

White with #345394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345394; }

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

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

background-color css

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

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

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

border-color css

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

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

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