Html Css Color HEX #335981 Matisse

📋 copy color: '#335981'

red 51 ◦ green 89 ◦ blue 129

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

Shades of Matisse #335981

Tints of Matisse #335981

RGB

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

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

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

R = 18.96%
G = 33.09%
B = 47.96%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335981 (or 0x335981) is known color: Matisse. HEX triplet: 33, 59 and 81. RGB value is (51,89,129). Sum of RGB (Red+Green+Blue) = 51+89+129=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #335981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335981 is #CCA67E. Grayscale: #525252. Windows color (decimal): -13411967 or 8476979. OLE color: 8476979.

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

Color convert

RGB 51 89 129 -
CMYK 0.60 0.31 0 0.49
HSL 210.77º 0.43% 0.35% -
HSV(B) 210.77º 0.6% 0.51% -
XYZ 8.9 9.43 22.12 -
YUV 82.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 51 89 129 0.60 0.31 0 0.49 210.77 0.43 0.35
Hex 33 59 81 3C 1F 0 31 D3 2B 23
Octal 63 131 201 74 37 0 61 323 53 43
Binary 110011 1011001 10000001 111100 11111 0 110001 11010011 101011 100011

Color Harmonies of #335981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335981

Black with #335981

Text Example


Text Example

White with #335981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335981; }

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

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

background-color css

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

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

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

border-color css

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

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

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