Html Css Color HEX #355880 St Tropaz

📋 copy color: '#355880'

red 53 ◦ green 88 ◦ blue 128

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

Shades of St Tropaz #355880

Tints of St Tropaz #355880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 19.7%
G = 32.71%
B = 47.58%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#355880 (or 0x355880) is known color: St Tropaz. HEX triplet: 35, 58 and 80. RGB value is (53,88,128). Sum of RGB (Red+Green+Blue) = 53+88+128=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #355880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355880 is #CAA77F. Grayscale: #515151. Windows color (decimal): -13281152 or 8411189. OLE color: 8411189.

HSL color Cylindrical-coordinate representation of color #355880: hue angle of 212º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355880 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 88 128 -
CMYK 0.59 0.31 0 0.50
HSL 212º 0.41% 0.35% -
HSV(B) 212º 0.59% 0.5% -
XYZ 8.85 9.29 21.75 -
YUV 82.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 53 88 128 0.59 0.31 0 0.50 212 0.41 0.35
Hex 35 58 80 3B 1F 0 32 D4 29 23
Octal 65 130 200 73 37 0 62 324 51 43
Binary 110101 1011000 10000000 111011 11111 0 110010 11010100 101001 100011

Color Harmonies of #355880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355880

Black with #355880

Text Example


Text Example

White with #355880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355880; }

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

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

background-color css

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

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

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

border-color css

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

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

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