Html Css Color HEX #355076 St Tropaz

📋 copy color: '#355076'

red 53 ◦ green 80 ◦ blue 118

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

Shades of St Tropaz #355076

Tints of St Tropaz #355076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 21.12%
G = 31.87%
B = 47.01%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#355076 (or 0x355076) is known color: St Tropaz. HEX triplet: 35, 50 and 76. RGB value is (53,80,118). Sum of RGB (Red+Green+Blue) = 53+80+118=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #355076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355076 is #CAAF89. Grayscale: #4C4C4C. Windows color (decimal): -13283210 or 7753781. OLE color: 7753781.

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

Color convert

RGB 53 80 118 -
CMYK 0.55 0.32 0 0.54
HSL 215.08º 0.38% 0.34% -
HSV(B) 215.08º 0.55% 0.46% -
XYZ 7.61 7.8 18.24 -
YUV 76.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 53 80 118 0.55 0.32 0 0.54 215.08 0.38 0.34
Hex 35 50 76 37 20 0 36 D7 26 22
Octal 65 120 166 67 40 0 66 327 46 42
Binary 110101 1010000 1110110 110111 100000 0 110110 11010111 100110 100010

Color Harmonies of #355076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355076

Black with #355076

Text Example


Text Example

White with #355076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355076; }

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

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

background-color css

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

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

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

border-color css

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

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

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