Html Css Color HEX #354293 Tory Blue

📋 copy color: '#354293'

red 53 ◦ green 66 ◦ blue 147

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

Shades of Tory Blue #354293

Tints of Tory Blue #354293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

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

R = 19.92%
G = 24.81%
B = 55.26%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354293 (or 0x354293) is known color: Tory Blue. HEX triplet: 35, 42 and 93. RGB value is (53,66,147). Sum of RGB (Red+Green+Blue) = 53+66+147=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #354293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354293 is #CABD6C. Grayscale: #474747. Windows color (decimal): -13286765 or 9650741. OLE color: 9650741.

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

Color convert

RGB 53 66 147 -
CMYK 0.64 0.55 0 0.42
HSL 231.7º 0.47% 0.39% -
HSV(B) 231.7º 0.64% 0.58% -
XYZ 8.68 6.76 28.45 -
YUV 71.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 53 66 147 0.64 0.55 0 0.42 231.7 0.47 0.39
Hex 35 42 93 40 37 0 2A E8 2F 27
Octal 65 102 223 100 67 0 52 350 57 47
Binary 110101 1000010 10010011 1000000 110111 0 101010 11101000 101111 100111

Color Harmonies of #354293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354293

Black with #354293

Text Example


Text Example

White with #354293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354293; }

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

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

background-color css

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

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

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

border-color css

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

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

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