Html Css Color HEX #335780 St Tropaz

📋 copy color: '#335780'

red 51 ◦ green 87 ◦ blue 128

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

Shades of St Tropaz #335780

Tints of St Tropaz #335780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.71%

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

R = 19.17%
G = 32.71%
B = 48.12%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#335780 (or 0x335780) is known color: St Tropaz. HEX triplet: 33, 57 and 80. RGB value is (51,87,128). Sum of RGB (Red+Green+Blue) = 51+87+128=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #335780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335780 is #CCA87F. Grayscale: #505050. Windows color (decimal): -13412480 or 8410931. OLE color: 8410931.

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

Color convert

RGB 51 87 128 -
CMYK 0.60 0.32 0 0.50
HSL 211.95º 0.43% 0.35% -
HSV(B) 211.95º 0.6% 0.5% -
XYZ 8.67 9.08 21.72 -
YUV 80.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 51 87 128 0.60 0.32 0 0.50 211.95 0.43 0.35
Hex 33 57 80 3C 20 0 32 D4 2B 23
Octal 63 127 200 74 40 0 62 324 53 43
Binary 110011 1010111 10000000 111100 100000 0 110010 11010100 101011 100011

Color Harmonies of #335780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335780

Black with #335780

Text Example


Text Example

White with #335780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335780; }

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

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

background-color css

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

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

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

border-color css

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

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

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