Html Css Color HEX #354A93 Tory Blue

📋 copy color: '#354A93'

red 53 ◦ green 74 ◦ blue 147

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

Shades of Tory Blue #354A93

Tints of Tory Blue #354A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 19.34%
G = 27.01%
B = 53.65%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354A93 (or 0x354A93) is known color: Tory Blue. HEX triplet: 35, 4A and 93. RGB value is (53,74,147). Sum of RGB (Red+Green+Blue) = 53+74+147=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #354A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354A93 is #CAB56C. Grayscale: #4B4B4B. Windows color (decimal): -13284717 or 9652789. OLE color: 9652789.

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

Color convert

RGB 53 74 147 -
CMYK 0.64 0.50 0 0.42
HSL 226.6º 0.47% 0.39% -
HSV(B) 226.6º 0.64% 0.58% -
XYZ 9.18 7.76 28.62 -
YUV 76.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 53 74 147 0.64 0.50 0 0.42 226.6 0.47 0.39
Hex 35 4A 93 40 32 0 2A E3 2F 27
Octal 65 112 223 100 62 0 52 343 57 47
Binary 110101 1001010 10010011 1000000 110010 0 101010 11100011 101111 100111

Color Harmonies of #354A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A93

Black with #354A93

Text Example


Text Example

White with #354A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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