Html Css Color HEX #355178 St Tropaz

📋 copy color: '#355178'

red 53 ◦ green 81 ◦ blue 120

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

Shades of St Tropaz #355178

Tints of St Tropaz #355178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.24%

R = 20.87%
G = 31.89%
B = 47.24%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355178 (or 0x355178) is known color: St Tropaz. HEX triplet: 35, 51 and 78. RGB value is (53,81,120). Sum of RGB (Red+Green+Blue) = 53+81+120=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #355178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355178 is #CAAE87. Grayscale: #4C4C4C. Windows color (decimal): -13282952 or 7885109. OLE color: 7885109.

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

Color convert

RGB 53 81 120 -
CMYK 0.56 0.32 0 0.53
HSL 214.93º 0.39% 0.34% -
HSV(B) 214.93º 0.56% 0.47% -
XYZ 7.8 8 18.9 -
YUV 77.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 53 81 120 0.56 0.32 0 0.53 214.93 0.39 0.34
Hex 35 51 78 38 20 0 35 D7 27 22
Octal 65 121 170 70 40 0 65 327 47 42
Binary 110101 1010001 1111000 111000 100000 0 110101 11010111 100111 100010

Color Harmonies of #355178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355178

Black with #355178

Text Example


Text Example

White with #355178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355178; }

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

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

background-color css

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

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

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

border-color css

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

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

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