Html Css Color HEX #355376 St Tropaz

📋 copy color: '#355376'

red 53 ◦ green 83 ◦ blue 118

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

Shades of St Tropaz #355376

Tints of St Tropaz #355376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

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

R = 20.87%
G = 32.68%
B = 46.46%

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

#355376 (or 0x355376) is known color: St Tropaz. HEX triplet: 35, 53 and 76. RGB value is (53,83,118). Sum of RGB (Red+Green+Blue) = 53+83+118=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #355376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355376 is #CAAC89. Grayscale: #4D4D4D. Windows color (decimal): -13282442 or 7754549. OLE color: 7754549.

HSL color Cylindrical-coordinate representation of color #355376: hue angle of 212.31º 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 #355376 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 83 118 -
CMYK 0.55 0.30 0 0.54
HSL 212.31º 0.38% 0.34% -
HSV(B) 212.31º 0.55% 0.46% -
XYZ 7.83 8.25 18.32 -
YUV 78.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 53 83 118 0.55 0.30 0 0.54 212.31 0.38 0.34
Hex 35 53 76 37 1E 0 36 D4 26 22
Octal 65 123 166 67 36 0 66 324 46 42
Binary 110101 1010011 1110110 110111 11110 0 110110 11010100 100110 100010

Color Harmonies of #355376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355376

Black with #355376

Text Example


Text Example

White with #355376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355376; }

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

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

background-color css

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

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

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

border-color css

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

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

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