Html Css Color HEX #336580 Matisse

📋 copy color: '#336580'

red 51 ◦ green 101 ◦ blue 128

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

Shades of Matisse #336580

Tints of Matisse #336580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

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

R = 18.21%
G = 36.07%
B = 45.71%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#336580 (or 0x336580) is known color: Matisse. HEX triplet: 33, 65 and 80. RGB value is (51,101,128). Sum of RGB (Red+Green+Blue) = 51+101+128=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #336580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336580 is #CC9A7F. Grayscale: #585858. Windows color (decimal): -13408896 or 8414515. OLE color: 8414515.

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

Color convert

RGB 51 101 128 -
CMYK 0.60 0.21 0 0.50
HSL 201.04º 0.43% 0.35% -
HSV(B) 201.04º 0.6% 0.5% -
XYZ 9.92 11.57 22.13 -
YUV 89.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 51 101 128 0.60 0.21 0 0.50 201.04 0.43 0.35
Hex 33 65 80 3C 15 0 32 C9 2B 23
Octal 63 145 200 74 25 0 62 311 53 43
Binary 110011 1100101 10000000 111100 10101 0 110010 11001001 101011 100011

Color Harmonies of #336580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336580

Black with #336580

Text Example


Text Example

White with #336580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336580; }

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

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

background-color css

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

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

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

border-color css

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

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

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