Html Css Color HEX #335C79 Matisse

📋 copy color: '#335C79'

red 51 ◦ green 92 ◦ blue 121

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

Shades of Matisse #335C79

Tints of Matisse #335C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 19.32%
G = 34.85%
B = 45.83%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335C79 (or 0x335C79) is known color: Matisse. HEX triplet: 33, 5C and 79. RGB value is (51,92,121). Sum of RGB (Red+Green+Blue) = 51+92+121=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #335C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C79 is #CCA386. Grayscale: #525252. Windows color (decimal): -13411207 or 7953459. OLE color: 7953459.

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

Color convert

RGB 51 92 121 -
CMYK 0.58 0.24 0 0.53
HSL 204.86º 0.41% 0.34% -
HSV(B) 204.86º 0.58% 0.47% -
XYZ 8.64 9.74 19.51 -
YUV 83.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 51 92 121 0.58 0.24 0 0.53 204.86 0.41 0.34
Hex 33 5C 79 3A 18 0 35 CD 29 22
Octal 63 134 171 72 30 0 65 315 51 42
Binary 110011 1011100 1111001 111010 11000 0 110101 11001101 101001 100010

Color Harmonies of #335C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C79

Black with #335C79

Text Example


Text Example

White with #335C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,92,121); }

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

background-color css

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

 a { background-color: rgb(51,92,121); }

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

border-color css

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

 span { border-color: rgb(51,92,121); }

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