Html Css Color HEX #354992 Tory Blue

📋 copy color: '#354992'

red 53 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #354992

Tints of Tory Blue #354992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 19.49%
G = 26.84%
B = 53.68%

CMYK

 C value IS 0.64

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354992 (or 0x354992) is known color: Tory Blue. HEX triplet: 35, 49 and 92. RGB value is (53,73,146). Sum of RGB (Red+Green+Blue) = 53+73+146=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #354992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354992 is #CAB66D. Grayscale: #4B4B4B. Windows color (decimal): -13284974 or 9586997. OLE color: 9586997.

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

Color convert

RGB 53 73 146 -
CMYK 0.64 0.5 0 0.43
HSL 227.1º 0.47% 0.39% -
HSV(B) 227.1º 0.64% 0.57% -
XYZ 9.04 7.6 28.18 -
YUV 75.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 53 73 146 0.64 0.5 0 0.43 227.1 0.47 0.39
Hex 35 49 92 40 32 0 2B E3 2F 27
Octal 65 111 222 100 62 0 53 343 57 47
Binary 110101 1001001 10010010 1000000 110010 0 101011 11100011 101111 100111

Color Harmonies of #354992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354992

Black with #354992

Text Example


Text Example

White with #354992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354992; }

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

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

background-color css

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

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

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

border-color css

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

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

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