Html Css Color HEX #354994 Tory Blue

📋 copy color: '#354994'

red 53 ◦ green 73 ◦ blue 148

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

Shades of Tory Blue #354994

Tints of Tory Blue #354994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

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

R = 19.34%
G = 26.64%
B = 54.01%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354994 (or 0x354994) is known color: Tory Blue. HEX triplet: 35, 49 and 94. RGB value is (53,73,148). Sum of RGB (Red+Green+Blue) = 53+73+148=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #354994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354994 is #CAB66B. Grayscale: #4B4B4B. Windows color (decimal): -13284972 or 9718069. OLE color: 9718069.

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

Color convert

RGB 53 73 148 -
CMYK 0.64 0.51 0 0.42
HSL 227.37º 0.47% 0.39% -
HSV(B) 227.37º 0.64% 0.58% -
XYZ 9.2 7.66 29.01 -
YUV 75.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 53 73 148 0.64 0.51 0 0.42 227.37 0.47 0.39
Hex 35 49 94 40 33 0 2A E3 2F 27
Octal 65 111 224 100 63 0 52 343 57 47
Binary 110101 1001001 10010100 1000000 110011 0 101010 11100011 101111 100111

Color Harmonies of #354994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354994

Black with #354994

Text Example


Text Example

White with #354994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354994; }

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

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

background-color css

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

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

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

border-color css

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

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

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