Html Css Color HEX #354F92 Tory Blue

📋 copy color: '#354F92'

red 53 ◦ green 79 ◦ blue 146

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

Shades of Tory Blue #354F92

Tints of Tory Blue #354F92

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 19.06%
G = 28.42%
B = 52.52%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354F92 (or 0x354F92) is known color: Tory Blue. HEX triplet: 35, 4F and 92. RGB value is (53,79,146). Sum of RGB (Red+Green+Blue) = 53+79+146=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #354F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F92 is #CAB06D. Grayscale: #4E4E4E. Windows color (decimal): -13283438 or 9588533. OLE color: 9588533.

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

Color convert

RGB 53 79 146 -
CMYK 0.64 0.46 0 0.43
HSL 223.23º 0.47% 0.39% -
HSV(B) 223.23º 0.64% 0.57% -
XYZ 9.45 8.42 28.32 -
YUV 78.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 53 79 146 0.64 0.46 0 0.43 223.23 0.47 0.39
Hex 35 4F 92 40 2E 0 2B DF 2F 27
Octal 65 117 222 100 56 0 53 337 57 47
Binary 110101 1001111 10010010 1000000 101110 0 101011 11011111 101111 100111

Color Harmonies of #354F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F92

Black with #354F92

Text Example


Text Example

White with #354F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,79,146); }

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

background-color css

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

 a { background-color: rgb(53,79,146); }

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

border-color css

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

 span { border-color: rgb(53,79,146); }

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