Html Css Color HEX #354294 Tory Blue

📋 copy color: '#354294'

red 53 ◦ green 66 ◦ blue 148

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

Shades of Tory Blue #354294

Tints of Tory Blue #354294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 19.85%
G = 24.72%
B = 55.43%

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

#354294 (or 0x354294) is known color: Tory Blue. HEX triplet: 35, 42 and 94. RGB value is (53,66,148). Sum of RGB (Red+Green+Blue) = 53+66+148=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #354294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354294 is #CABD6B. Grayscale: #474747. Windows color (decimal): -13286764 or 9716277. OLE color: 9716277.

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

Color convert

RGB 53 66 148 -
CMYK 0.64 0.55 0 0.42
HSL 231.79º 0.47% 0.39% -
HSV(B) 231.79º 0.64% 0.58% -
XYZ 8.76 6.79 28.87 -
YUV 71.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 53 66 148 0.64 0.55 0 0.42 231.79 0.47 0.39
Hex 35 42 94 40 37 0 2A E8 2F 27
Octal 65 102 224 100 67 0 52 350 57 47
Binary 110101 1000010 10010100 1000000 110111 0 101010 11101000 101111 100111

Color Harmonies of #354294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354294

Black with #354294

Text Example


Text Example

White with #354294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354294; }

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

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

background-color css

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

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

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

border-color css

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

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

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