Html Css Color HEX #354D9D Tory Blue

📋 copy color: '#354D9D'

red 53 ◦ green 77 ◦ blue 157

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

Shades of Tory Blue #354D9D

Tints of Tory Blue #354D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 18.47%
G = 26.83%
B = 54.7%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#354D9D (or 0x354D9D) is known color: Tory Blue. HEX triplet: 35, 4D and 9D. RGB value is (53,77,157). Sum of RGB (Red+Green+Blue) = 53+77+157=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #354D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D9D is #CAB262. Grayscale: #4E4E4E. Windows color (decimal): -13283939 or 10308917. OLE color: 10308917.

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

Color convert

RGB 53 77 157 -
CMYK 0.66 0.51 0 0.38
HSL 226.15º 0.5% 0.41% -
HSV(B) 226.15º 0.66% 0.62% -
XYZ 10.21 8.5 33 -
YUV 78.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 53 77 157 0.66 0.51 0 0.38 226.15 0.5 0.41
Hex 35 4D 9D 42 33 0 26 E2 32 29
Octal 65 115 235 102 63 0 46 342 62 51
Binary 110101 1001101 10011101 1000010 110011 0 100110 11100010 110010 101001

Color Harmonies of #354D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D9D

Black with #354D9D

Text Example


Text Example

White with #354D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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