Html Css Color HEX #355890 St Tropaz

📋 copy color: '#355890'

red 53 ◦ green 88 ◦ blue 144

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

Shades of St Tropaz #355890

Tints of St Tropaz #355890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 18.6%
G = 30.88%
B = 50.53%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#355890 (or 0x355890) is known color: St Tropaz. HEX triplet: 35, 58 and 90. RGB value is (53,88,144). Sum of RGB (Red+Green+Blue) = 53+88+144=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #355890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355890 is #CAA76F. Grayscale: #535353. Windows color (decimal): -13281136 or 9459765. OLE color: 9459765.

HSL color Cylindrical-coordinate representation of color #355890: hue angle of 216.92º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355890 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 88 144 -
CMYK 0.63 0.39 0 0.44
HSL 216.92º 0.46% 0.39% -
HSV(B) 216.92º 0.63% 0.56% -
XYZ 9.99 9.75 27.74 -
YUV 83.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 53 88 144 0.63 0.39 0 0.44 216.92 0.46 0.39
Hex 35 58 90 3F 27 0 2C D9 2E 27
Octal 65 130 220 77 47 0 54 331 56 47
Binary 110101 1011000 10010000 111111 100111 0 101100 11011001 101110 100111

Color Harmonies of #355890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355890

Black with #355890

Text Example


Text Example

White with #355890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355890; }

 p { color: rgb(53,88,144); }

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

background-color css

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

 a { background-color: rgb(53,88,144); }

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

border-color css

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

 span { border-color: rgb(53,88,144); }

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