Html Css Color HEX #354D8D Tory Blue

📋 copy color: '#354D8D'

red 53 ◦ green 77 ◦ blue 141

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

Shades of Tory Blue #354D8D

Tints of Tory Blue #354D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 19.56%
G = 28.41%
B = 52.03%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#354D8D (or 0x354D8D) is known color: Tory Blue. HEX triplet: 35, 4D and 8D. RGB value is (53,77,141). Sum of RGB (Red+Green+Blue) = 53+77+141=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #354D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D8D is #CAB272. Grayscale: #4C4C4C. Windows color (decimal): -13283955 or 9260341. OLE color: 9260341.

HSL color Cylindrical-coordinate representation of color #354D8D: hue angle of 223.64º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #354D8D is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 77 141 -
CMYK 0.62 0.45 0 0.45
HSL 223.64º 0.45% 0.38% -
HSV(B) 223.64º 0.62% 0.55% -
XYZ 8.93 7.99 26.27 -
YUV 77.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 53 77 141 0.62 0.45 0 0.45 223.64 0.45 0.38
Hex 35 4D 8D 3E 2D 0 2D E0 2D 26
Octal 65 115 215 76 55 0 55 340 55 46
Binary 110101 1001101 10001101 111110 101101 0 101101 11100000 101101 100110

Color Harmonies of #354D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D8D

Black with #354D8D

Text Example


Text Example

White with #354D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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