Html Css Color HEX #354786 Tory Blue

📋 copy color: '#354786'

red 53 ◦ green 71 ◦ blue 134

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

Shades of Tory Blue #354786

Tints of Tory Blue #354786

RGB

 RED value IS 53 (21.09% from 255) = 20.54%

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 134 (52.73% from 255) = 51.94%

R = 20.54%
G = 27.52%
B = 51.94%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#354786 (or 0x354786) is known color: Tory Blue. HEX triplet: 35, 47 and 86. RGB value is (53,71,134). Sum of RGB (Red+Green+Blue) = 53+71+134=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #354786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354786 is #CAB879. Grayscale: #484848. Windows color (decimal): -13285498 or 8800053. OLE color: 8800053.

HSL color Cylindrical-coordinate representation of color #354786: hue angle of 226.67º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354786 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 71 134 -
CMYK 0.60 0.47 0 0.47
HSL 226.67º 0.43% 0.37% -
HSV(B) 226.67º 0.6% 0.53% -
XYZ 8.02 6.98 23.48 -
YUV 72.8 162.54 113.88 -
System Red Green Blue C M Y K H S L
Decimal 53 71 134 0.60 0.47 0 0.47 226.67 0.43 0.37
Hex 35 47 86 3C 2F 0 2F E3 2B 25
Octal 65 107 206 74 57 0 57 343 53 45
Binary 110101 1000111 10000110 111100 101111 0 101111 11100011 101011 100101

Color Harmonies of #354786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354786

Black with #354786

Text Example


Text Example

White with #354786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354786; }

 p { color: rgb(53,71,134); }

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

background-color css

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

 a { background-color: rgb(53,71,134); }

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

border-color css

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

 span { border-color: rgb(53,71,134); }

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