Html Css Color HEX #354D90 Tory Blue

📋 copy color: '#354D90'

red 53 ◦ green 77 ◦ blue 144

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

Shades of Tory Blue #354D90

Tints of Tory Blue #354D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 19.34%
G = 28.1%
B = 52.55%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#354D90 (or 0x354D90) is known color: Tory Blue. HEX triplet: 35, 4D and 90. RGB value is (53,77,144). Sum of RGB (Red+Green+Blue) = 53+77+144=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #354D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D90 is #CAB26F. Grayscale: #4D4D4D. Windows color (decimal): -13283952 or 9456949. OLE color: 9456949.

HSL color Cylindrical-coordinate representation of color #354D90: hue angle of 224.18º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354D90 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 77 144 -
CMYK 0.63 0.47 0 0.44
HSL 224.18º 0.46% 0.39% -
HSV(B) 224.18º 0.63% 0.56% -
XYZ 9.16 8.08 27.46 -
YUV 77.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 53 77 144 0.63 0.47 0 0.44 224.18 0.46 0.39
Hex 35 4D 90 3F 2F 0 2C E0 2E 27
Octal 65 115 220 77 57 0 54 340 56 47
Binary 110101 1001101 10010000 111111 101111 0 101100 11100000 101110 100111

Color Harmonies of #354D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D90

Black with #354D90

Text Example


Text Example

White with #354D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354D90; }

 p { color: rgb(53,77,144); }

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

background-color css

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

 a { background-color: rgb(53,77,144); }

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

border-color css

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

 span { border-color: rgb(53,77,144); }

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