Html Css Color HEX #355188 Tory Blue

📋 copy color: '#355188'

red 53 ◦ green 81 ◦ blue 136

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

Shades of Tory Blue #355188

Tints of Tory Blue #355188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 136 (53.52% from 255) = 50.37%

R = 19.63%
G = 30%
B = 50.37%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#355188 (or 0x355188) is known color: Tory Blue. HEX triplet: 35, 51 and 88. RGB value is (53,81,136). Sum of RGB (Red+Green+Blue) = 53+81+136=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #355188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355188 is #CAAE77. Grayscale: #4E4E4E. Windows color (decimal): -13282936 or 8933685. OLE color: 8933685.

HSL color Cylindrical-coordinate representation of color #355188: hue angle of 219.76º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355188 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 81 136 -
CMYK 0.61 0.40 0 0.47
HSL 219.76º 0.44% 0.37% -
HSV(B) 219.76º 0.61% 0.53% -
XYZ 8.85 8.42 24.45 -
YUV 78.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 53 81 136 0.61 0.40 0 0.47 219.76 0.44 0.37
Hex 35 51 88 3D 28 0 2F DC 2C 25
Octal 65 121 210 75 50 0 57 334 54 45
Binary 110101 1010001 10001000 111101 101000 0 101111 11011100 101100 100101

Color Harmonies of #355188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355188

Black with #355188

Text Example


Text Example

White with #355188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355188; }

 p { color: rgb(53,81,136); }

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

background-color css

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

 a { background-color: rgb(53,81,136); }

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

border-color css

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

 span { border-color: rgb(53,81,136); }

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