Html Css Color HEX #355595 Tory Blue

📋 copy color: '#355595'

red 53 ◦ green 85 ◦ blue 149

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

Shades of Tory Blue #355595

Tints of Tory Blue #355595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 18.47%
G = 29.62%
B = 51.92%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355595 (or 0x355595) is known color: Tory Blue. HEX triplet: 35, 55 and 95. RGB value is (53,85,149). Sum of RGB (Red+Green+Blue) = 53+85+149=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #355595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355595 is #CAAA6A. Grayscale: #525252. Windows color (decimal): -13281899 or 9786677. OLE color: 9786677.

HSL color Cylindrical-coordinate representation of color #355595: hue angle of 220º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355595 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 85 149 -
CMYK 0.64 0.43 0 0.42
HSL 220º 0.48% 0.4% -
HSV(B) 220º 0.64% 0.58% -
XYZ 10.14 9.42 29.72 -
YUV 82.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 53 85 149 0.64 0.43 0 0.42 220 0.48 0.4
Hex 35 55 95 40 2B 0 2A DC 30 28
Octal 65 125 225 100 53 0 52 334 60 50
Binary 110101 1010101 10010101 1000000 101011 0 101010 11011100 110000 101000

Color Harmonies of #355595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355595

Black with #355595

Text Example


Text Example

White with #355595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355595; }

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

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

background-color css

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

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

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

border-color css

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

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

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