Html Css Color HEX #355891 Tory Blue

📋 copy color: '#355891'

red 53 ◦ green 88 ◦ blue 145

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

Shades of Tory Blue #355891

Tints of Tory Blue #355891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 145 (57.03% from 255) = 50.7%

R = 18.53%
G = 30.77%
B = 50.7%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#355891 (or 0x355891) is known color: Tory Blue. HEX triplet: 35, 58 and 91. RGB value is (53,88,145). Sum of RGB (Red+Green+Blue) = 53+88+145=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #355891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355891 is #CAA76E. Grayscale: #535353. Windows color (decimal): -13281135 or 9525301. OLE color: 9525301.

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

Color convert

RGB 53 88 145 -
CMYK 0.63 0.39 0 0.43
HSL 217.17º 0.46% 0.39% -
HSV(B) 217.17º 0.63% 0.57% -
XYZ 10.07 9.78 28.15 -
YUV 84.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 53 88 145 0.63 0.39 0 0.43 217.17 0.46 0.39
Hex 35 58 91 3F 27 0 2B D9 2E 27
Octal 65 130 221 77 47 0 53 331 56 47
Binary 110101 1011000 10010001 111111 100111 0 101011 11011001 101110 100111

Color Harmonies of #355891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355891

Black with #355891

Text Example


Text Example

White with #355891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355891; }

 p { color: rgb(53,88,145); }

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

background-color css

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

 a { background-color: rgb(53,88,145); }

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

border-color css

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

 span { border-color: rgb(53,88,145); }

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