Html Css Color HEX #345296 Tory Blue

📋 copy color: '#345296'

red 52 ◦ green 82 ◦ blue 150

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

Shades of Tory Blue #345296

Tints of Tory Blue #345296

RGB

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

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

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

R = 18.31%
G = 28.87%
B = 52.82%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#345296 (or 0x345296) is known color: Tory Blue. HEX triplet: 34, 52 and 96. RGB value is (52,82,150). Sum of RGB (Red+Green+Blue) = 52+82+150=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #345296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345296 is #CBAD69. Grayscale: #505050. Windows color (decimal): -13348202 or 9851444. OLE color: 9851444.

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

Color convert

RGB 52 82 150 -
CMYK 0.65 0.45 0 0.41
HSL 221.63º 0.49% 0.4% -
HSV(B) 221.63º 0.65% 0.59% -
XYZ 9.94 8.97 30.06 -
YUV 80.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 52 82 150 0.65 0.45 0 0.41 221.63 0.49 0.4
Hex 34 52 96 41 2D 0 29 DE 31 28
Octal 64 122 226 101 55 0 51 336 61 50
Binary 110100 1010010 10010110 1000001 101101 0 101001 11011110 110001 101000

Color Harmonies of #345296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345296

Black with #345296

Text Example


Text Example

White with #345296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345296; }

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

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

background-color css

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

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

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

border-color css

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

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

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