Html Css Color HEX #354986 Tory Blue

📋 copy color: '#354986'

red 53 ◦ green 73 ◦ blue 134

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

Shades of Tory Blue #354986

Tints of Tory Blue #354986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

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

R = 20.38%
G = 28.08%
B = 51.54%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#354986 (or 0x354986) is known color: Tory Blue. HEX triplet: 35, 49 and 86. RGB value is (53,73,134). Sum of RGB (Red+Green+Blue) = 53+73+134=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #354986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354986 is #CAB679. Grayscale: #494949. Windows color (decimal): -13284986 or 8800565. OLE color: 8800565.

HSL color Cylindrical-coordinate representation of color #354986: hue angle of 225.19º 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 #354986 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 73 134 -
CMYK 0.60 0.46 0 0.47
HSL 225.19º 0.43% 0.37% -
HSV(B) 225.19º 0.6% 0.53% -
XYZ 8.15 7.24 23.52 -
YUV 73.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 53 73 134 0.60 0.46 0 0.47 225.19 0.43 0.37
Hex 35 49 86 3C 2E 0 2F E1 2B 25
Octal 65 111 206 74 56 0 57 341 53 45
Binary 110101 1001001 10000110 111100 101110 0 101111 11100001 101011 100101

Color Harmonies of #354986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354986

Black with #354986

Text Example


Text Example

White with #354986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354986; }

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

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

background-color css

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

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

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

border-color css

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

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

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