Html Css Color HEX #336481 Matisse

📋 copy color: '#336481'

red 51 ◦ green 100 ◦ blue 129

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

Shades of Matisse #336481

Tints of Matisse #336481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 18.21%
G = 35.71%
B = 46.07%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#336481 (or 0x336481) is known color: Matisse. HEX triplet: 33, 64 and 81. RGB value is (51,100,129). Sum of RGB (Red+Green+Blue) = 51+100+129=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #336481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336481 is #CC9B7E. Grayscale: #585858. Windows color (decimal): -13409151 or 8479795. OLE color: 8479795.

HSL color Cylindrical-coordinate representation of color #336481: hue angle of 202.31º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336481 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 100 129 -
CMYK 0.60 0.22 0 0.49
HSL 202.31º 0.43% 0.35% -
HSV(B) 202.31º 0.6% 0.51% -
XYZ 9.88 11.4 22.45 -
YUV 88.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 51 100 129 0.60 0.22 0 0.49 202.31 0.43 0.35
Hex 33 64 81 3C 16 0 31 CA 2B 23
Octal 63 144 201 74 26 0 61 312 53 43
Binary 110011 1100100 10000001 111100 10110 0 110001 11001010 101011 100011

Color Harmonies of #336481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336481

Black with #336481

Text Example


Text Example

White with #336481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336481; }

 p { color: rgb(51,100,129); }

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

background-color css

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

 a { background-color: rgb(51,100,129); }

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

border-color css

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

 span { border-color: rgb(51,100,129); }

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