Html Css Color HEX #355780 St Tropaz

📋 copy color: '#355780'

red 53 ◦ green 87 ◦ blue 128

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

Shades of St Tropaz #355780

Tints of St Tropaz #355780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

 BLUE value IS 128 (50.39% from 255) = 47.76%

R = 19.78%
G = 32.46%
B = 47.76%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#355780 (or 0x355780) is known color: St Tropaz. HEX triplet: 35, 57 and 80. RGB value is (53,87,128). Sum of RGB (Red+Green+Blue) = 53+87+128=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #355780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355780 is #CAA87F. Grayscale: #515151. Windows color (decimal): -13281408 or 8410933. OLE color: 8410933.

HSL color Cylindrical-coordinate representation of color #355780: hue angle of 212.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355780 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 87 128 -
CMYK 0.59 0.32 0 0.50
HSL 212.8º 0.41% 0.35% -
HSV(B) 212.8º 0.59% 0.5% -
XYZ 8.77 9.13 21.72 -
YUV 81.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 53 87 128 0.59 0.32 0 0.50 212.8 0.41 0.35
Hex 35 57 80 3B 20 0 32 D5 29 23
Octal 65 127 200 73 40 0 62 325 51 43
Binary 110101 1010111 10000000 111011 100000 0 110010 11010101 101001 100011

Color Harmonies of #355780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355780

Black with #355780

Text Example


Text Example

White with #355780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355780; }

 p { color: rgb(53,87,128); }

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

background-color css

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

 a { background-color: rgb(53,87,128); }

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

border-color css

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

 span { border-color: rgb(53,87,128); }

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