Html Css Color HEX #335980 Matisse

📋 copy color: '#335980'

red 51 ◦ green 89 ◦ blue 128

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

Shades of Matisse #335980

Tints of Matisse #335980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

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

R = 19.03%
G = 33.21%
B = 47.76%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#335980 (or 0x335980) is known color: Matisse. HEX triplet: 33, 59 and 80. RGB value is (51,89,128). Sum of RGB (Red+Green+Blue) = 51+89+128=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #335980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335980 is #CCA67F. Grayscale: #515151. Windows color (decimal): -13411968 or 8411443. OLE color: 8411443.

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

Color convert

RGB 51 89 128 -
CMYK 0.60 0.30 0 0.50
HSL 210.39º 0.43% 0.35% -
HSV(B) 210.39º 0.6% 0.5% -
XYZ 8.83 9.41 21.77 -
YUV 82.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 51 89 128 0.60 0.30 0 0.50 210.39 0.43 0.35
Hex 33 59 80 3C 1E 0 32 D2 2B 23
Octal 63 131 200 74 36 0 62 322 53 43
Binary 110011 1011001 10000000 111100 11110 0 110010 11010010 101011 100011

Color Harmonies of #335980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335980

Black with #335980

Text Example


Text Example

White with #335980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335980; }

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

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

background-color css

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

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

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

border-color css

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

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

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