Html Css Color HEX #354780 Tory Blue

📋 copy color: '#354780'

red 53 ◦ green 71 ◦ blue 128

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

Shades of Tory Blue #354780

Tints of Tory Blue #354780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50.79%

R = 21.03%
G = 28.17%
B = 50.79%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#354780 (or 0x354780) is known color: Tory Blue. HEX triplet: 35, 47 and 80. RGB value is (53,71,128). Sum of RGB (Red+Green+Blue) = 53+71+128=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #354780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354780 is #CAB87F. Grayscale: #474747. Windows color (decimal): -13285504 or 8406837. OLE color: 8406837.

HSL color Cylindrical-coordinate representation of color #354780: hue angle of 225.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354780 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 71 128 -
CMYK 0.59 0.45 0 0.50
HSL 225.6º 0.41% 0.35% -
HSV(B) 225.6º 0.59% 0.5% -
XYZ 7.62 6.82 21.34 -
YUV 72.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 53 71 128 0.59 0.45 0 0.50 225.6 0.41 0.35
Hex 35 47 80 3B 2D 0 32 E2 29 23
Octal 65 107 200 73 55 0 62 342 51 43
Binary 110101 1000111 10000000 111011 101101 0 110010 11100010 101001 100011

Color Harmonies of #354780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354780

Black with #354780

Text Example


Text Example

White with #354780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354780; }

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

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

background-color css

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

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

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

border-color css

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

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

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