Html Css Color HEX #354694 Tory Blue

📋 copy color: '#354694'

red 53 ◦ green 70 ◦ blue 148

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

Shades of Tory Blue #354694

Tints of Tory Blue #354694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 19.56%
G = 25.83%
B = 54.61%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354694 (or 0x354694) is known color: Tory Blue. HEX triplet: 35, 46 and 94. RGB value is (53,70,148). Sum of RGB (Red+Green+Blue) = 53+70+148=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #354694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354694 is #CAB96B. Grayscale: #494949. Windows color (decimal): -13285740 or 9717301. OLE color: 9717301.

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

Color convert

RGB 53 70 148 -
CMYK 0.64 0.53 0 0.42
HSL 229.26º 0.47% 0.39% -
HSV(B) 229.26º 0.64% 0.58% -
XYZ 9 7.28 28.95 -
YUV 73.81 169.87 113.16 -
System Red Green Blue C M Y K H S L
Decimal 53 70 148 0.64 0.53 0 0.42 229.26 0.47 0.39
Hex 35 46 94 40 35 0 2A E5 2F 27
Octal 65 106 224 100 65 0 52 345 57 47
Binary 110101 1000110 10010100 1000000 110101 0 101010 11100101 101111 100111

Color Harmonies of #354694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354694

Black with #354694

Text Example


Text Example

White with #354694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354694; }

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

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

background-color css

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

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

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

border-color css

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

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

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