Html Css Color HEX #335D78 Matisse

📋 copy color: '#335D78'

red 51 ◦ green 93 ◦ blue 120

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

Shades of Matisse #335D78

Tints of Matisse #335D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.23%

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 19.32%
G = 35.23%
B = 45.45%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335D78 (or 0x335D78) is known color: Matisse. HEX triplet: 33, 5D and 78. RGB value is (51,93,120). Sum of RGB (Red+Green+Blue) = 51+93+120=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #335D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D78 is #CCA287. Grayscale: #535353. Windows color (decimal): -13410952 or 7888179. OLE color: 7888179.

HSL color Cylindrical-coordinate representation of color #335D78: hue angle of 203.48º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335D78 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 93 120 -
CMYK 0.58 0.22 0 0.53
HSL 203.48º 0.4% 0.34% -
HSV(B) 203.48º 0.58% 0.47% -
XYZ 8.67 9.89 19.22 -
YUV 83.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 51 93 120 0.58 0.22 0 0.53 203.48 0.4 0.34
Hex 33 5D 78 3A 16 0 35 CB 28 22
Octal 63 135 170 72 26 0 65 313 50 42
Binary 110011 1011101 1111000 111010 10110 0 110101 11001011 101000 100010

Color Harmonies of #335D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D78

Black with #335D78

Text Example


Text Example

White with #335D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335D78; }

 p { color: rgb(51,93,120); }

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

background-color css

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

 a { background-color: rgb(51,93,120); }

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

border-color css

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

 span { border-color: rgb(51,93,120); }

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