Html Css Color HEX #336080 Matisse

📋 copy color: '#336080'

red 51 ◦ green 96 ◦ blue 128

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

Shades of Matisse #336080

Tints of Matisse #336080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

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

R = 18.55%
G = 34.91%
B = 46.55%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#336080 (or 0x336080) is known color: Matisse. HEX triplet: 33, 60 and 80. RGB value is (51,96,128). Sum of RGB (Red+Green+Blue) = 51+96+128=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #336080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336080 is #CC9F7F. Grayscale: #565656. Windows color (decimal): -13410176 or 8413235. OLE color: 8413235.

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

Color convert

RGB 51 96 128 -
CMYK 0.60 0.25 0 0.50
HSL 204.94º 0.43% 0.35% -
HSV(B) 204.94º 0.6% 0.5% -
XYZ 9.44 10.63 21.98 -
YUV 86.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 51 96 128 0.60 0.25 0 0.50 204.94 0.43 0.35
Hex 33 60 80 3C 19 0 32 CD 2B 23
Octal 63 140 200 74 31 0 62 315 53 43
Binary 110011 1100000 10000000 111100 11001 0 110010 11001101 101011 100011

Color Harmonies of #336080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336080

Black with #336080

Text Example


Text Example

White with #336080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336080; }

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

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

background-color css

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

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

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

border-color css

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

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

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