Html Css Color HEX #354793 Tory Blue

📋 copy color: '#354793'

red 53 ◦ green 71 ◦ blue 147

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

Shades of Tory Blue #354793

Tints of Tory Blue #354793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 19.56%
G = 26.2%
B = 54.24%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354793 (or 0x354793) is known color: Tory Blue. HEX triplet: 35, 47 and 93. RGB value is (53,71,147). Sum of RGB (Red+Green+Blue) = 53+71+147=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #354793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354793 is #CAB86C. Grayscale: #494949. Windows color (decimal): -13285485 or 9652021. OLE color: 9652021.

HSL color Cylindrical-coordinate representation of color #354793: hue angle of 228.51º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354793 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 71 147 -
CMYK 0.64 0.52 0 0.42
HSL 228.51º 0.47% 0.39% -
HSV(B) 228.51º 0.64% 0.58% -
XYZ 8.99 7.37 28.55 -
YUV 74.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 53 71 147 0.64 0.52 0 0.42 228.51 0.47 0.39
Hex 35 47 93 40 34 0 2A E5 2F 27
Octal 65 107 223 100 64 0 52 345 57 47
Binary 110101 1000111 10010011 1000000 110100 0 101010 11100101 101111 100111

Color Harmonies of #354793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354793

Black with #354793

Text Example


Text Example

White with #354793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354793; }

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

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

background-color css

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

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

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

border-color css

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

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

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