Html Css Color HEX #355984 St Tropaz

📋 copy color: '#355984'

red 53 ◦ green 89 ◦ blue 132

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

Shades of St Tropaz #355984

Tints of St Tropaz #355984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 19.34%
G = 32.48%
B = 48.18%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#355984 (or 0x355984) is known color: St Tropaz. HEX triplet: 35, 59 and 84. RGB value is (53,89,132). Sum of RGB (Red+Green+Blue) = 53+89+132=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #355984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355984 is #CAA67B. Grayscale: #525252. Windows color (decimal): -13280892 or 8673589. OLE color: 8673589.

HSL color Cylindrical-coordinate representation of color #355984: hue angle of 212.66º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355984 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 89 132 -
CMYK 0.60 0.33 0 0.48
HSL 212.66º 0.43% 0.36% -
HSV(B) 212.66º 0.6% 0.52% -
XYZ 9.21 9.57 23.19 -
YUV 83.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 53 89 132 0.60 0.33 0 0.48 212.66 0.43 0.36
Hex 35 59 84 3C 21 0 30 D5 2B 24
Octal 65 131 204 74 41 0 60 325 53 44
Binary 110101 1011001 10000100 111100 100001 0 110000 11010101 101011 100100

Color Harmonies of #355984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355984

Black with #355984

Text Example


Text Example

White with #355984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355984; }

 p { color: rgb(53,89,132); }

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

background-color css

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

 a { background-color: rgb(53,89,132); }

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

border-color css

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

 span { border-color: rgb(53,89,132); }

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