Html Css Color HEX #355380 St Tropaz

📋 copy color: '#355380'

red 53 ◦ green 83 ◦ blue 128

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

Shades of St Tropaz #355380

Tints of St Tropaz #355380

RGB

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

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

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

R = 20.08%
G = 31.44%
B = 48.48%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#355380 (or 0x355380) is known color: St Tropaz. HEX triplet: 35, 53 and 80. RGB value is (53,83,128). Sum of RGB (Red+Green+Blue) = 53+83+128=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #355380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355380 is #CAAC7F. Grayscale: #4E4E4E. Windows color (decimal): -13282432 or 8409909. OLE color: 8409909.

HSL color Cylindrical-coordinate representation of color #355380: hue angle of 216º 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 #355380 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 83 128 -
CMYK 0.59 0.35 0 0.50
HSL 216º 0.41% 0.35% -
HSV(B) 216º 0.59% 0.5% -
XYZ 8.46 8.5 21.62 -
YUV 79.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 53 83 128 0.59 0.35 0 0.50 216 0.41 0.35
Hex 35 53 80 3B 23 0 32 D8 29 23
Octal 65 123 200 73 43 0 62 330 51 43
Binary 110101 1010011 10000000 111011 100011 0 110010 11011000 101001 100011

Color Harmonies of #355380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355380

Black with #355380

Text Example


Text Example

White with #355380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355380; }

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

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

background-color css

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

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

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

border-color css

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

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

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