Html Css Color HEX #355395 Tory Blue

📋 copy color: '#355395'

red 53 ◦ green 83 ◦ blue 149

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

Shades of Tory Blue #355395

Tints of Tory Blue #355395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 18.6%
G = 29.12%
B = 52.28%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355395 (or 0x355395) is known color: Tory Blue. HEX triplet: 35, 53 and 95. RGB value is (53,83,149). Sum of RGB (Red+Green+Blue) = 53+83+149=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #355395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355395 is #CAAC6A. Grayscale: #515151. Windows color (decimal): -13282411 or 9786165. OLE color: 9786165.

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

Color convert

RGB 53 83 149 -
CMYK 0.64 0.44 0 0.42
HSL 221.25º 0.48% 0.4% -
HSV(B) 221.25º 0.64% 0.58% -
XYZ 9.99 9.11 29.67 -
YUV 81.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 53 83 149 0.64 0.44 0 0.42 221.25 0.48 0.4
Hex 35 53 95 40 2C 0 2A DD 30 28
Octal 65 123 225 100 54 0 52 335 60 50
Binary 110101 1010011 10010101 1000000 101100 0 101010 11011101 110000 101000

Color Harmonies of #355395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355395

Black with #355395

Text Example


Text Example

White with #355395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355395; }

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

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

background-color css

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

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

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

border-color css

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

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

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