Html Css Color HEX #345199 Tory Blue

📋 copy color: '#345199'

red 52 ◦ green 81 ◦ blue 153

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

Shades of Tory Blue #345199

Tints of Tory Blue #345199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 18.18%
G = 28.32%
B = 53.5%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#345199 (or 0x345199) is known color: Tory Blue. HEX triplet: 34, 51 and 99. RGB value is (52,81,153). Sum of RGB (Red+Green+Blue) = 52+81+153=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #345199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345199 is #CBAE66. Grayscale: #505050. Windows color (decimal): -13348455 or 10047796. OLE color: 10047796.

HSL color Cylindrical-coordinate representation of color #345199: hue angle of 222.77º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345199 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 81 153 -
CMYK 0.66 0.47 0 0.4
HSL 222.77º 0.49% 0.4% -
HSV(B) 222.77º 0.66% 0.6% -
XYZ 10.11 8.91 31.32 -
YUV 80.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 52 81 153 0.66 0.47 0 0.4 222.77 0.49 0.4
Hex 34 51 99 42 2F 0 28 DF 31 28
Octal 64 121 231 102 57 0 50 337 61 50
Binary 110100 1010001 10011001 1000010 101111 0 101000 11011111 110001 101000

Color Harmonies of #345199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345199

Black with #345199

Text Example


Text Example

White with #345199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345199; }

 p { color: rgb(52,81,153); }

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

background-color css

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

 a { background-color: rgb(52,81,153); }

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

border-color css

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

 span { border-color: rgb(52,81,153); }

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