#335C77

Color #335C77 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #335C77

Tints of Matisse #335C77

Color information

#335C77 (or 0x335C77) is unknown color: approx Matisse. HEX triplet: 33, 5C and 77. RGB value is (51,92,119). Sum of RGB (Red+Green+Blue) = 51+92+119=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #335C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C77 is #CCA388. Grayscale: #525252. Windows color (decimal): -13411209 or 7822387. OLE color: 7822387.

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

Color convert

RGB5192119-
CMYK0.570.2300.53
HSL203.82º40%33.33%-
HSV(B)203.82º57.14%46.67%-
XYZ8.529.6918.87-
YUV82.82148.42105.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=19.47%
G=35.11%
B=45.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51921190.570.2300.53203.824033.33
Hex335C773917035cc2821
Octal6313416771270653145041
Binary1100111011100111011111100110111011010111001100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #335C77;
 }
 .AnyTagClassName
 {
   color: #335C77;
 }
</style>
background-color css

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

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

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

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

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

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