Html Css Color HEX #354191 Tory Blue

📋 copy color: '#354191'

red 53 ◦ green 65 ◦ blue 145

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

Shades of Tory Blue #354191

Tints of Tory Blue #354191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 20.15%
G = 24.71%
B = 55.13%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354191 (or 0x354191) is known color: Tory Blue. HEX triplet: 35, 41 and 91. RGB value is (53,65,145). Sum of RGB (Red+Green+Blue) = 53+65+145=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #354191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354191 is #CABE6E. Grayscale: #464646. Windows color (decimal): -13287023 or 9519413. OLE color: 9519413.

HSL color Cylindrical-coordinate representation of color #354191: hue angle of 232.17º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354191 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 65 145 -
CMYK 0.63 0.55 0 0.43
HSL 232.17º 0.46% 0.39% -
HSV(B) 232.17º 0.63% 0.57% -
XYZ 8.47 6.58 27.61 -
YUV 70.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 53 65 145 0.63 0.55 0 0.43 232.17 0.46 0.39
Hex 35 41 91 3F 37 0 2B E8 2E 27
Octal 65 101 221 77 67 0 53 350 56 47
Binary 110101 1000001 10010001 111111 110111 0 101011 11101000 101110 100111

Color Harmonies of #354191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354191

Black with #354191

Text Example


Text Example

White with #354191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354191; }

 p { color: rgb(53,65,145); }

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

background-color css

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

 a { background-color: rgb(53,65,145); }

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

border-color css

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

 span { border-color: rgb(53,65,145); }

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