Html Css Color HEX #345496 Tory Blue

📋 copy color: '#345496'

red 52 ◦ green 84 ◦ blue 150

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

Shades of Tory Blue #345496

Tints of Tory Blue #345496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 150 (58.98% from 255) = 52.45%

R = 18.18%
G = 29.37%
B = 52.45%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#345496 (or 0x345496) is known color: Tory Blue. HEX triplet: 34, 54 and 96. RGB value is (52,84,150). Sum of RGB (Red+Green+Blue) = 52+84+150=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #345496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345496 is #CBAB69. Grayscale: #515151. Windows color (decimal): -13347690 or 9851956. OLE color: 9851956.

HSL color Cylindrical-coordinate representation of color #345496: hue angle of 220.41º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345496 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 84 150 -
CMYK 0.65 0.44 0 0.41
HSL 220.41º 0.49% 0.4% -
HSV(B) 220.41º 0.65% 0.59% -
XYZ 10.09 9.27 30.11 -
YUV 81.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 52 84 150 0.65 0.44 0 0.41 220.41 0.49 0.4
Hex 34 54 96 41 2C 0 29 DC 31 28
Octal 64 124 226 101 54 0 51 334 61 50
Binary 110100 1010100 10010110 1000001 101100 0 101001 11011100 110001 101000

Color Harmonies of #345496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345496

Black with #345496

Text Example


Text Example

White with #345496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345496; }

 p { color: rgb(52,84,150); }

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

background-color css

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

 a { background-color: rgb(52,84,150); }

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

border-color css

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

 span { border-color: rgb(52,84,150); }

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