Html Css Color HEX #354D8C Tory Blue

📋 copy color: '#354D8C'

red 53 ◦ green 77 ◦ blue 140

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

Shades of Tory Blue #354D8C

Tints of Tory Blue #354D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 19.63%
G = 28.52%
B = 51.85%

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

#354D8C (or 0x354D8C) is known color: Tory Blue. HEX triplet: 35, 4D and 8C. RGB value is (53,77,140). Sum of RGB (Red+Green+Blue) = 53+77+140=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #354D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D8C is #CAB273. Grayscale: #4C4C4C. Windows color (decimal): -13283956 or 9194805. OLE color: 9194805.

HSL color Cylindrical-coordinate representation of color #354D8C: hue angle of 223.45º 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 #354D8C is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 77 140 -
CMYK 0.62 0.45 0 0.45
HSL 223.45º 0.45% 0.38% -
HSV(B) 223.45º 0.62% 0.55% -
XYZ 8.86 7.96 25.88 -
YUV 77.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 53 77 140 0.62 0.45 0 0.45 223.45 0.45 0.38
Hex 35 4D 8C 3E 2D 0 2D DF 2D 26
Octal 65 115 214 76 55 0 55 337 55 46
Binary 110101 1001101 10001100 111110 101101 0 101101 11011111 101101 100110

Color Harmonies of #354D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D8C

Black with #354D8C

Text Example


Text Example

White with #354D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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