Html Css Color HEX #355077 St Tropaz

📋 copy color: '#355077'

red 53 ◦ green 80 ◦ blue 119

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

Shades of St Tropaz #355077

Tints of St Tropaz #355077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 21.03%
G = 31.75%
B = 47.22%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355077 (or 0x355077) is known color: St Tropaz. HEX triplet: 35, 50 and 77. RGB value is (53,80,119). Sum of RGB (Red+Green+Blue) = 53+80+119=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #355077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355077 is #CAAF88. Grayscale: #4C4C4C. Windows color (decimal): -13283209 or 7819317. OLE color: 7819317.

HSL color Cylindrical-coordinate representation of color #355077: hue angle of 215.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355077 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 80 119 -
CMYK 0.55 0.33 0 0.53
HSL 215.45º 0.38% 0.34% -
HSV(B) 215.45º 0.55% 0.47% -
XYZ 7.67 7.83 18.56 -
YUV 76.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 53 80 119 0.55 0.33 0 0.53 215.45 0.38 0.34
Hex 35 50 77 37 21 0 35 D7 26 22
Octal 65 120 167 67 41 0 65 327 46 42
Binary 110101 1010000 1110111 110111 100001 0 110101 11010111 100110 100010

Color Harmonies of #355077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355077

Black with #355077

Text Example


Text Example

White with #355077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355077; }

 p { color: rgb(53,80,119); }

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

background-color css

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

 a { background-color: rgb(53,80,119); }

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

border-color css

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

 span { border-color: rgb(53,80,119); }

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