Html Css Color HEX #355593 Tory Blue

📋 copy color: '#355593'

red 53 ◦ green 85 ◦ blue 147

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

Shades of Tory Blue #355593

Tints of Tory Blue #355593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.82%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 18.6%
G = 29.82%
B = 51.58%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355593 (or 0x355593) is known color: Tory Blue. HEX triplet: 35, 55 and 93. RGB value is (53,85,147). Sum of RGB (Red+Green+Blue) = 53+85+147=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #355593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355593 is #CAAA6C. Grayscale: #525252. Windows color (decimal): -13281901 or 9655605. OLE color: 9655605.

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

Color convert

RGB 53 85 147 -
CMYK 0.64 0.42 0 0.42
HSL 219.57º 0.47% 0.39% -
HSV(B) 219.57º 0.64% 0.58% -
XYZ 9.98 9.36 28.88 -
YUV 82.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 53 85 147 0.64 0.42 0 0.42 219.57 0.47 0.39
Hex 35 55 93 40 2A 0 2A DC 2F 27
Octal 65 125 223 100 52 0 52 334 57 47
Binary 110101 1010101 10010011 1000000 101010 0 101010 11011100 101111 100111

Color Harmonies of #355593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355593

Black with #355593

Text Example


Text Example

White with #355593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355593; }

 p { color: rgb(53,85,147); }

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

background-color css

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

 a { background-color: rgb(53,85,147); }

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

border-color css

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

 span { border-color: rgb(53,85,147); }

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