#335C7F

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

Shades of Matisse #335C7F

Tints of Matisse #335C7F

Color information

#335C7F (or 0x335C7F) is unknown color: approx Matisse. HEX triplet: 33, 5C and 7F. RGB value is (51,92,127). Sum of RGB (Red+Green+Blue) = 51+92+127=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #335C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C7F is #CCA380. Grayscale: #535353. Windows color (decimal): -13411201 or 8346675. OLE color: 8346675.

HSL color Cylindrical-coordinate representation of color #335C7F: hue angle of 207.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335C7F is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5192127-
CMYK0.600.2800.50
HSL207.63º42.7%34.9%-
HSV(B)207.63º59.84%49.8%-
XYZ9.029.8921.51-
YUV83.73152.42104.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 127 (50% from 255) = 47.04%
R=18.89%
G=34.07%
B=47.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51921270.600.2800.50207.6342.734.9
Hex335C7F3C1C032d02b23
Octal6313417774340623205343
Binary1100111011100111111111110011100011001011010000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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