Html Css Color HEX #335079 St Tropaz

📋 copy color: '#335079'

red 51 ◦ green 80 ◦ blue 121

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

Shades of St Tropaz #335079

Tints of St Tropaz #335079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 121 (47.66% from 255) = 48.02%

R = 20.24%
G = 31.75%
B = 48.02%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335079 (or 0x335079) is known color: St Tropaz. HEX triplet: 33, 50 and 79. RGB value is (51,80,121). Sum of RGB (Red+Green+Blue) = 51+80+121=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #335079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335079 is #CCAF86. Grayscale: #4B4B4B. Windows color (decimal): -13414279 or 7950387. OLE color: 7950387.

HSL color Cylindrical-coordinate representation of color #335079: hue angle of 215.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #335079 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 80 121 -
CMYK 0.58 0.34 0 0.53
HSL 215.14º 0.41% 0.34% -
HSV(B) 215.14º 0.58% 0.47% -
XYZ 7.69 7.82 19.19 -
YUV 76 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 51 80 121 0.58 0.34 0 0.53 215.14 0.41 0.34
Hex 33 50 79 3A 22 0 35 D7 29 22
Octal 63 120 171 72 42 0 65 327 51 42
Binary 110011 1010000 1111001 111010 100010 0 110101 11010111 101001 100010

Color Harmonies of #335079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335079

Black with #335079

Text Example


Text Example

White with #335079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335079; }

 p { color: rgb(51,80,121); }

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

background-color css

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

 a { background-color: rgb(51,80,121); }

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

border-color css

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

 span { border-color: rgb(51,80,121); }

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