Html Css Color HEX #355278 St Tropaz

📋 copy color: '#355278'

red 53 ◦ green 82 ◦ blue 120

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

Shades of St Tropaz #355278

Tints of St Tropaz #355278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.16%

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

R = 20.78%
G = 32.16%
B = 47.06%

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

#355278 (or 0x355278) is known color: St Tropaz. HEX triplet: 35, 52 and 78. RGB value is (53,82,120). Sum of RGB (Red+Green+Blue) = 53+82+120=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #355278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355278 is #CAAD87. Grayscale: #4D4D4D. Windows color (decimal): -13282696 or 7885365. OLE color: 7885365.

HSL color Cylindrical-coordinate representation of color #355278: hue angle of 214.03º 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 #355278 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 82 120 -
CMYK 0.56 0.32 0 0.53
HSL 214.03º 0.39% 0.34% -
HSV(B) 214.03º 0.56% 0.47% -
XYZ 7.88 8.15 18.93 -
YUV 77.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 53 82 120 0.56 0.32 0 0.53 214.03 0.39 0.34
Hex 35 52 78 38 20 0 35 D6 27 22
Octal 65 122 170 70 40 0 65 326 47 42
Binary 110101 1010010 1111000 111000 100000 0 110101 11010110 100111 100010

Color Harmonies of #355278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355278

Black with #355278

Text Example


Text Example

White with #355278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355278; }

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

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

background-color css

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

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

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

border-color css

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

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

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