Html Css Color HEX #354D97 Tory Blue

📋 copy color: '#354D97'

red 53 ◦ green 77 ◦ blue 151

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

Shades of Tory Blue #354D97

Tints of Tory Blue #354D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 18.86%
G = 27.4%
B = 53.74%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#354D97 (or 0x354D97) is known color: Tory Blue. HEX triplet: 35, 4D and 97. RGB value is (53,77,151). Sum of RGB (Red+Green+Blue) = 53+77+151=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #354D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D97 is #CAB268. Grayscale: #4D4D4D. Windows color (decimal): -13283945 or 9915701. OLE color: 9915701.

HSL color Cylindrical-coordinate representation of color #354D97: hue angle of 225.31º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354D97 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 77 151 -
CMYK 0.65 0.49 0 0.41
HSL 225.31º 0.48% 0.4% -
HSV(B) 225.31º 0.65% 0.59% -
XYZ 9.71 8.3 30.37 -
YUV 78.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 53 77 151 0.65 0.49 0 0.41 225.31 0.48 0.4
Hex 35 4D 97 41 31 0 29 E1 30 28
Octal 65 115 227 101 61 0 51 341 60 50
Binary 110101 1001101 10010111 1000001 110001 0 101001 11100001 110000 101000

Color Harmonies of #354D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D97

Black with #354D97

Text Example


Text Example

White with #354D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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