Html Css Color HEX #355174 St Tropaz

📋 copy color: '#355174'

red 53 ◦ green 81 ◦ blue 116

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

Shades of St Tropaz #355174

Tints of St Tropaz #355174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 21.2%
G = 32.4%
B = 46.4%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355174 (or 0x355174) is known color: St Tropaz. HEX triplet: 35, 51 and 74. RGB value is (53,81,116). Sum of RGB (Red+Green+Blue) = 53+81+116=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #355174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355174 is #CAAE8B. Grayscale: #4C4C4C. Windows color (decimal): -13282956 or 7622965. OLE color: 7622965.

HSL color Cylindrical-coordinate representation of color #355174: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355174 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 81 116 -
CMYK 0.54 0.30 0 0.55
HSL 213.33º 0.37% 0.33% -
HSV(B) 213.33º 0.54% 0.45% -
XYZ 7.56 7.9 17.65 -
YUV 76.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 53 81 116 0.54 0.30 0 0.55 213.33 0.37 0.33
Hex 35 51 74 36 1E 0 37 D5 25 21
Octal 65 121 164 66 36 0 67 325 45 41
Binary 110101 1010001 1110100 110110 11110 0 110111 11010101 100101 100001

Color Harmonies of #355174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355174

Black with #355174

Text Example


Text Example

White with #355174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355174; }

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

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

background-color css

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

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

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

border-color css

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

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

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