Html Css Color HEX #354692 Tory Blue

📋 copy color: '#354692'

red 53 ◦ green 70 ◦ blue 146

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

Shades of Tory Blue #354692

Tints of Tory Blue #354692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 19.7%
G = 26.02%
B = 54.28%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354692 (or 0x354692) is known color: Tory Blue. HEX triplet: 35, 46 and 92. RGB value is (53,70,146). Sum of RGB (Red+Green+Blue) = 53+70+146=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #354692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354692 is #CAB96D. Grayscale: #494949. Windows color (decimal): -13285742 or 9586229. OLE color: 9586229.

HSL color Cylindrical-coordinate representation of color #354692: hue angle of 229.03º 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 #354692 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 70 146 -
CMYK 0.64 0.52 0 0.43
HSL 229.03º 0.47% 0.39% -
HSV(B) 229.03º 0.64% 0.57% -
XYZ 8.85 7.21 28.12 -
YUV 73.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 53 70 146 0.64 0.52 0 0.43 229.03 0.47 0.39
Hex 35 46 92 40 34 0 2B E5 2F 27
Octal 65 106 222 100 64 0 53 345 57 47
Binary 110101 1000110 10010010 1000000 110100 0 101011 11100101 101111 100111

Color Harmonies of #354692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354692

Black with #354692

Text Example


Text Example

White with #354692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354692; }

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

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

background-color css

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

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

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

border-color css

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

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

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