Html Css Color HEX #355895 Tory Blue

📋 copy color: '#355895'

red 53 ◦ green 88 ◦ blue 149

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

Shades of Tory Blue #355895

Tints of Tory Blue #355895

RGB

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

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

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

R = 18.28%
G = 30.34%
B = 51.38%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355895 (or 0x355895) is known color: Tory Blue. HEX triplet: 35, 58 and 95. RGB value is (53,88,149). Sum of RGB (Red+Green+Blue) = 53+88+149=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #355895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355895 is #CAA76A. Grayscale: #545454. Windows color (decimal): -13281131 or 9787445. OLE color: 9787445.

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

Color convert

RGB 53 88 149 -
CMYK 0.64 0.41 0 0.42
HSL 218.13º 0.48% 0.4% -
HSV(B) 218.13º 0.64% 0.58% -
XYZ 10.38 9.91 29.8 -
YUV 84.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 53 88 149 0.64 0.41 0 0.42 218.13 0.48 0.4
Hex 35 58 95 40 29 0 2A DA 30 28
Octal 65 130 225 100 51 0 52 332 60 50
Binary 110101 1011000 10010101 1000000 101001 0 101010 11011010 110000 101000

Color Harmonies of #355895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355895

Black with #355895

Text Example


Text Example

White with #355895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355895; }

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

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

background-color css

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

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

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

border-color css

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

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

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