Html Css Color HEX #354980 Tory Blue

📋 copy color: '#354980'

red 53 ◦ green 73 ◦ blue 128

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

Shades of Tory Blue #354980

Tints of Tory Blue #354980

RGB

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

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

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

R = 20.87%
G = 28.74%
B = 50.39%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#354980 (or 0x354980) is known color: Tory Blue. HEX triplet: 35, 49 and 80. RGB value is (53,73,128). Sum of RGB (Red+Green+Blue) = 53+73+128=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #354980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354980 is #CAB67F. Grayscale: #494949. Windows color (decimal): -13284992 or 8407349. OLE color: 8407349.

HSL color Cylindrical-coordinate representation of color #354980: hue angle of 224º 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 #354980 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 73 128 -
CMYK 0.59 0.43 0 0.50
HSL 224º 0.41% 0.35% -
HSV(B) 224º 0.59% 0.5% -
XYZ 7.75 7.08 21.38 -
YUV 73.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 53 73 128 0.59 0.43 0 0.50 224 0.41 0.35
Hex 35 49 80 3B 2B 0 32 E0 29 23
Octal 65 111 200 73 53 0 62 340 51 43
Binary 110101 1001001 10000000 111011 101011 0 110010 11100000 101001 100011

Color Harmonies of #354980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354980

Black with #354980

Text Example


Text Example

White with #354980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354980; }

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

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

background-color css

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

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

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

border-color css

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

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

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