Html Css Color HEX #355692 Tory Blue

📋 copy color: '#355692'

red 53 ◦ green 86 ◦ blue 146

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

Shades of Tory Blue #355692

Tints of Tory Blue #355692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 18.6%
G = 30.18%
B = 51.23%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#355692 (or 0x355692) is known color: Tory Blue. HEX triplet: 35, 56 and 92. RGB value is (53,86,146). Sum of RGB (Red+Green+Blue) = 53+86+146=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #355692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355692 is #CAA96D. Grayscale: #525252. Windows color (decimal): -13281646 or 9590325. OLE color: 9590325.

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

Color convert

RGB 53 86 146 -
CMYK 0.64 0.41 0 0.43
HSL 218.71º 0.47% 0.39% -
HSV(B) 218.71º 0.64% 0.57% -
XYZ 9.98 9.49 28.5 -
YUV 82.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 53 86 146 0.64 0.41 0 0.43 218.71 0.47 0.39
Hex 35 56 92 40 29 0 2B DB 2F 27
Octal 65 126 222 100 51 0 53 333 57 47
Binary 110101 1010110 10010010 1000000 101001 0 101011 11011011 101111 100111

Color Harmonies of #355692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355692

Black with #355692

Text Example


Text Example

White with #355692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355692; }

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

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

background-color css

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

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

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

border-color css

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

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

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