Html Css Color HEX #354680 Tory Blue

📋 copy color: '#354680'

red 53 ◦ green 70 ◦ blue 128

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

Shades of Tory Blue #354680

Tints of Tory Blue #354680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 21.12%
G = 27.89%
B = 51%

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

#354680 (or 0x354680) is known color: Tory Blue. HEX triplet: 35, 46 and 80. RGB value is (53,70,128). Sum of RGB (Red+Green+Blue) = 53+70+128=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #354680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354680 is #CAB97F. Grayscale: #474747. Windows color (decimal): -13285760 or 8406581. OLE color: 8406581.

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

Color convert

RGB 53 70 128 -
CMYK 0.59 0.45 0 0.50
HSL 226.4º 0.41% 0.35% -
HSV(B) 226.4º 0.59% 0.5% -
XYZ 7.55 6.7 21.32 -
YUV 71.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 53 70 128 0.59 0.45 0 0.50 226.4 0.41 0.35
Hex 35 46 80 3B 2D 0 32 E2 29 23
Octal 65 106 200 73 55 0 62 342 51 43
Binary 110101 1000110 10000000 111011 101101 0 110010 11100010 101001 100011

Color Harmonies of #354680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354680

Black with #354680

Text Example


Text Example

White with #354680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354680; }

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

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

background-color css

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

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

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

border-color css

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

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

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