Html Css Color HEX #335280 St Tropaz

📋 copy color: '#335280'

red 51 ◦ green 82 ◦ blue 128

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

Shades of St Tropaz #335280

Tints of St Tropaz #335280

RGB

 RED value IS 51 (20.31% from 255) = 19.54%

 GREEN value IS 82 (32.42% from 255) = 31.42%

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

R = 19.54%
G = 31.42%
B = 49.04%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#335280 (or 0x335280) is known color: St Tropaz. HEX triplet: 33, 52 and 80. RGB value is (51,82,128). Sum of RGB (Red+Green+Blue) = 51+82+128=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #335280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335280 is #CCAD7F. Grayscale: #4D4D4D. Windows color (decimal): -13413760 or 8409651. OLE color: 8409651.

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

Color convert

RGB 51 82 128 -
CMYK 0.60 0.36 0 0.50
HSL 215.84º 0.43% 0.35% -
HSV(B) 215.84º 0.6% 0.5% -
XYZ 8.28 8.3 21.59 -
YUV 77.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 51 82 128 0.60 0.36 0 0.50 215.84 0.43 0.35
Hex 33 52 80 3C 24 0 32 D8 2B 23
Octal 63 122 200 74 44 0 62 330 53 43
Binary 110011 1010010 10000000 111100 100100 0 110010 11011000 101011 100011

Color Harmonies of #335280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335280

Black with #335280

Text Example


Text Example

White with #335280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335280; }

 p { color: rgb(51,82,128); }

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

background-color css

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

 a { background-color: rgb(51,82,128); }

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

border-color css

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

 span { border-color: rgb(51,82,128); }

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