Html Css Color HEX #355485 St Tropaz

📋 copy color: '#355485'

red 53 ◦ green 84 ◦ blue 133

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

Shades of St Tropaz #355485

Tints of St Tropaz #355485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 133 (52.34% from 255) = 49.26%

R = 19.63%
G = 31.11%
B = 49.26%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#355485 (or 0x355485) is known color: St Tropaz. HEX triplet: 35, 54 and 85. RGB value is (53,84,133). Sum of RGB (Red+Green+Blue) = 53+84+133=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #355485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355485 is #CAAB7A. Grayscale: #505050. Windows color (decimal): -13282171 or 8737845. OLE color: 8737845.

HSL color Cylindrical-coordinate representation of color #355485: hue angle of 216.75º 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 #355485 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 84 133 -
CMYK 0.60 0.37 0 0.48
HSL 216.75º 0.43% 0.36% -
HSV(B) 216.75º 0.6% 0.52% -
XYZ 8.87 8.79 23.42 -
YUV 80.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 53 84 133 0.60 0.37 0 0.48 216.75 0.43 0.36
Hex 35 54 85 3C 25 0 30 D9 2B 24
Octal 65 124 205 74 45 0 60 331 53 44
Binary 110101 1010100 10000101 111100 100101 0 110000 11011001 101011 100100

Color Harmonies of #355485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355485

Black with #355485

Text Example


Text Example

White with #355485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355485; }

 p { color: rgb(53,84,133); }

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

background-color css

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

 a { background-color: rgb(53,84,133); }

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

border-color css

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

 span { border-color: rgb(53,84,133); }

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