Html Css Color HEX #355275 St Tropaz

📋 copy color: '#355275'

red 53 ◦ green 82 ◦ blue 117

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

Shades of St Tropaz #355275

Tints of St Tropaz #355275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 21.03%
G = 32.54%
B = 46.43%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#355275 (or 0x355275) is known color: St Tropaz. HEX triplet: 35, 52 and 75. RGB value is (53,82,117). Sum of RGB (Red+Green+Blue) = 53+82+117=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #355275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355275 is #CAAD8A. Grayscale: #4D4D4D. Windows color (decimal): -13282699 or 7688757. OLE color: 7688757.

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

Color convert

RGB 53 82 117 -
CMYK 0.55 0.30 0 0.54
HSL 212.81º 0.38% 0.33% -
HSV(B) 212.81º 0.55% 0.46% -
XYZ 7.7 8.08 17.98 -
YUV 77.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 53 82 117 0.55 0.30 0 0.54 212.81 0.38 0.33
Hex 35 52 75 37 1E 0 36 D5 26 21
Octal 65 122 165 67 36 0 66 325 46 41
Binary 110101 1010010 1110101 110111 11110 0 110110 11010101 100110 100001

Color Harmonies of #355275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355275

Black with #355275

Text Example


Text Example

White with #355275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355275; }

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

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

background-color css

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

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

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

border-color css

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

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

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