Html Css Color HEX #354893 Tory Blue

📋 copy color: '#354893'

red 53 ◦ green 72 ◦ blue 147

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

Shades of Tory Blue #354893

Tints of Tory Blue #354893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

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

R = 19.49%
G = 26.47%
B = 54.04%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354893 (or 0x354893) is known color: Tory Blue. HEX triplet: 35, 48 and 93. RGB value is (53,72,147). Sum of RGB (Red+Green+Blue) = 53+72+147=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #354893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354893 is #CAB76C. Grayscale: #4A4A4A. Windows color (decimal): -13285229 or 9652277. OLE color: 9652277.

HSL color Cylindrical-coordinate representation of color #354893: hue angle of 227.87º 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 #354893 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 72 147 -
CMYK 0.64 0.51 0 0.42
HSL 227.87º 0.47% 0.39% -
HSV(B) 227.87º 0.64% 0.58% -
XYZ 9.05 7.5 28.57 -
YUV 74.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 53 72 147 0.64 0.51 0 0.42 227.87 0.47 0.39
Hex 35 48 93 40 33 0 2A E4 2F 27
Octal 65 110 223 100 63 0 52 344 57 47
Binary 110101 1001000 10010011 1000000 110011 0 101010 11100100 101111 100111

Color Harmonies of #354893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354893

Black with #354893

Text Example


Text Example

White with #354893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354893; }

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

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

background-color css

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

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

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

border-color css

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

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

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