Html Css Color HEX #354D94 Tory Blue

📋 copy color: '#354D94'

red 53 ◦ green 77 ◦ blue 148

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

Shades of Tory Blue #354D94

Tints of Tory Blue #354D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 19.06%
G = 27.7%
B = 53.24%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354D94 (or 0x354D94) is known color: Tory Blue. HEX triplet: 35, 4D and 94. RGB value is (53,77,148). Sum of RGB (Red+Green+Blue) = 53+77+148=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #354D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D94 is #CAB26B. Grayscale: #4D4D4D. Windows color (decimal): -13283948 or 9719093. OLE color: 9719093.

HSL color Cylindrical-coordinate representation of color #354D94: hue angle of 224.84º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354D94 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 77 148 -
CMYK 0.64 0.48 0 0.42
HSL 224.84º 0.47% 0.39% -
HSV(B) 224.84º 0.64% 0.58% -
XYZ 9.47 8.2 29.1 -
YUV 77.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 53 77 148 0.64 0.48 0 0.42 224.84 0.47 0.39
Hex 35 4D 94 40 30 0 2A E1 2F 27
Octal 65 115 224 100 60 0 52 341 57 47
Binary 110101 1001101 10010100 1000000 110000 0 101010 11100001 101111 100111

Color Harmonies of #354D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D94

Black with #354D94

Text Example


Text Example

White with #354D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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