Html Css Color HEX #355987 St Tropaz

📋 copy color: '#355987'

red 53 ◦ green 89 ◦ blue 135

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

Shades of St Tropaz #355987

Tints of St Tropaz #355987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 135 (53.13% from 255) = 48.74%

R = 19.13%
G = 32.13%
B = 48.74%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#355987 (or 0x355987) is known color: St Tropaz. HEX triplet: 35, 59 and 87. RGB value is (53,89,135). Sum of RGB (Red+Green+Blue) = 53+89+135=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #355987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355987 is #CAA678. Grayscale: #535353. Windows color (decimal): -13280889 or 8870197. OLE color: 8870197.

HSL color Cylindrical-coordinate representation of color #355987: hue angle of 213.66º 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 #355987 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 89 135 -
CMYK 0.61 0.34 0 0.47
HSL 213.66º 0.44% 0.37% -
HSV(B) 213.66º 0.61% 0.53% -
XYZ 9.41 9.65 24.29 -
YUV 83.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 53 89 135 0.61 0.34 0 0.47 213.66 0.44 0.37
Hex 35 59 87 3D 22 0 2F D6 2C 25
Octal 65 131 207 75 42 0 57 326 54 45
Binary 110101 1011001 10000111 111101 100010 0 101111 11010110 101100 100101

Color Harmonies of #355987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355987

Black with #355987

Text Example


Text Example

White with #355987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355987; }

 p { color: rgb(53,89,135); }

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

background-color css

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

 a { background-color: rgb(53,89,135); }

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

border-color css

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

 span { border-color: rgb(53,89,135); }

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